artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3a214
)
libcrypt no longer a link dependancy.
author
etheisen
<etheisen@openbsd.org>
Thu, 15 Feb 1996 04:03:26 +0000
(
04:03
+0000)
committer
etheisen
<etheisen@openbsd.org>
Thu, 15 Feb 1996 04:03:26 +0000
(
04:03
+0000)
sbin/init/Makefile
patch
|
blob
|
history
diff --git
a/sbin/init/Makefile
b/sbin/init/Makefile
index
80edef1
..
f6d820f
100644
(file)
--- 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