diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
| commit | 87f01287d291dc9c0b0f542ff241ce793ebecabb (patch) | |
| tree | 9432b95b3639762b3f6e15eff43405626ceb4c7c /sbin/init | |
| parent | bf49c4278a6c3cc2b9792089339ae098707b239a (diff) | |
Notes
Diffstat (limited to 'sbin/init')
| -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 3913cfa8a4de9..de20c832a73c9 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,11 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.13 1997/07/05 19:34:51 ache Exp $ +# $Id: Makefile,v 1.14 1997/08/18 03:32:09 davidn Exp $ PROG= init MAN8= init.8 BINMODE=500 INSTALLFLAGS=-fschg -CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -D_NEW_VFSCONF +CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) DISTRIBUTION=des |
