aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 02:19:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 02:19:58 +0000
commit2d68bf45bfd846af100054ea94cdce64e298eb01 (patch)
treee310d81d0274f70e39b1ca6e572c855c93bfb84d /sbin/init
parenta748290789444352877e207721a7db215206cc9a (diff)
Notes
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 400d62361572..3d60bbe012a1 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -7,6 +7,7 @@ MLINKS= init.8 securelevel.8
BINMODE=500
INSTALLFLAGS=-fschg -b -B.bak
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
+WARNS= 0
DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD= -lutil -lcrypt