artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b80d9
)
libcrypt no longer a link dependancy.
author
etheisen
<etheisen@openbsd.org>
Thu, 15 Feb 1996 04:18:02 +0000
(
04:18
+0000)
committer
etheisen
<etheisen@openbsd.org>
Thu, 15 Feb 1996 04:18:02 +0000
(
04:18
+0000)
usr.sbin/pppd/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/pppd/Makefile
b/usr.sbin/pppd/Makefile
index
12a0c42
..
5b78922
100644
(file)
--- a/
usr.sbin/pppd/Makefile
+++ b/
usr.sbin/pppd/Makefile
@@
-1,4
+1,4
@@
-# $Id: Makefile,v 1.
1.1.1 1995/10/18 08:47:58 deraadt
Exp $
+# $Id: Makefile,v 1.
2 1996/02/15 04:18:02 etheisen
Exp $
PROG= pppd
SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
@@
-8,8
+8,10
@@
SUBDIR= pppstats chat
BINMODE=4555
BINOWN= root
-LDADD= -lcrypt -lutil
-DPADD= ${LIBCRYPT} ${LIBUTIL}
+#LDADD= -lcrypt -lutil
+LDADD= -lutil
+#DPADD= ${LIBCRYPT} ${LIBUTIL}
+DPADD= ${LIBUTIL}
CFLAGS+= -DHAVE_PATHS_H
.include <bsd.prog.mk>