diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-07-06 01:11:06 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-07-06 01:11:06 +0000 |
| commit | 88171893e296f0c142cc7ee55db6244d2f6e76be (patch) | |
| tree | 664d2eca4f555ca14baeb96b806939a10e172a6e /usr.sbin/config/Makefile | |
| parent | aad5531e716d37f9e0b0a0ee50499a33e63a1337 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/config/Makefile')
| -rw-r--r-- | usr.sbin/config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 845a3263dfc52..12e62bfbb497a 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -14,11 +14,11 @@ kernconf.c: kernconf.tmpl ${FILE2C} 'char kernconfstr[] = {' ',0};' < \ ${SRCDIR}/kernconf.tmpl > kernconf.c -CFLAGS+= -I. -I${SRCDIR} +CFLAGS+= -I. -I${SRCDIR} -I${SRCTOP}/sys NO_WMISSING_VARIABLE_DECLARATIONS= -LIBADD= l sbuf +LIBADD= l nv sbuf CLEANFILES+= kernconf.c |
