diff options
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r-- | sbin/init/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 244ff5e..fe64dd1 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,11 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id$ +# $Id: Makefile,v 1.12 1997/02/22 14:32:34 peter Exp $ PROG= init MAN8= init.8 BINMODE=500 INSTALLFLAGS=-fschg -CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP +CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -D_NEW_VFSCONF .if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) DISTRIBUTION=des |