summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-06-22 15:57:16 +0000
committerderaadt <deraadt@openbsd.org>2017-06-22 15:57:16 +0000
commit65b140a4bb80ba2b993dd4fdb0251ec552077961 (patch)
treeb98060fd4dcc0a80b6d18c4c58b2f1ae0c14af8b /usr.sbin/config/config.h
parentcalculate a "sum" based upon pointers to functions all over the kernel, (diff)
downloadwireguard-openbsd-65b140a4bb80ba2b993dd4fdb0251ec552077961.tar.xz
wireguard-openbsd-65b140a4bb80ba2b993dd4fdb0251ec552077961.zip
Generate the newbsd: and install-update: targets here, rather than
in the source Makefile.* files. ok tb rpe mlarkin
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index b1802949710..d471475015c 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.h,v 1.29 2016/10/16 09:35:40 tb Exp $ */
+/* $OpenBSD: config.h,v 1.30 2017/06/22 15:57:16 deraadt Exp $ */
/* $NetBSD: config.h,v 1.30 1997/02/02 21:12:30 thorpej Exp $ */
/*
@@ -266,6 +266,7 @@ struct objects {
struct hashtab;
const char *conffile; /* source file, e.g., "GENERIC.sparc" */
+const char *last_component;
const char *machine; /* machine type, e.g., "sparc" or "sun3" */
const char *machinearch; /* machine arch, e.g., "sparc" or "m68k" */
const char *srcdir; /* path to source directory (rel. to build) */