diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 04:03:27 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 04:03:27 +0000 |
commit | fbd87aa3a31b73665665e3fdda526a91332c6d9e (patch) | |
tree | da51ccc0ca37b105fac4eb3d0827c890767d7796 /sbin | |
parent | 4a807ea74e46482154c46ceef8e446ae5468ace6 (diff) |
libcrypt no longer a link dependancy.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 80edef1b614..f6d820f721f 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.16 1995/03/18 14:56:28 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 7/19/93 +# $Id: Makefile,v 1.2 1996/02/15 04:03:26 etheisen Exp $ PROG= init MAN= init.8 -DPADD= ${LIBUTIL} ${LIBCRYPT} -LDADD= -lutil -lcrypt +#DPADD= ${LIBUTIL} ${LIBCRYPT} +DPADD= ${LIBUTIL} +#LDADD= -lutil -lcrypt +LDADD= -lutil BINMODE=500 INSTALLFLAGS=-fschg CFLAGS+=-DDEBUGSHELL -DSECURE |