summaryrefslogtreecommitdiffstats
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-02-13 09:12:10 +0000
committerjoerg <joerg@FreeBSD.org>1996-02-13 09:12:10 +0000
commit3c466005c3ed6a8c6cbfd141ab1bc77451114aff (patch)
tree95efcb68f03153804fce056b39088105c5b69115 /sbin/init/Makefile
parent63aca4a0d96cf6dc367174d2b60720f70e7f417a (diff)
downloadFreeBSD-src-3c466005c3ed6a8c6cbfd141ab1bc77451114aff.zip
FreeBSD-src-3c466005c3ed6a8c6cbfd141ab1bc77451114aff.tar.gz
The DES-based init(8) belongs to the "des" distribution.
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index d29874f..b3b970c 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id$
+# $Id: Makefile,v 1.5 1995/10/03 15:11:11 bde Exp $
PROG= init
MAN8= init.8
@@ -10,6 +10,7 @@ INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
+DISTRIBUTION=des
DPADD= ${CRYPTOBJDIR}/libdescrypt.a ${LIBUTIL}
LDADD= -L${CRYPTOBJDIR} -lutil -ldescrypt
BINMODE=500
OpenPOWER on IntegriCloud