From 85b676a461a2e01ab68dd49212e8fb0a0e5848a3 Mon Sep 17 00:00:00 2001 From: etheisen Date: Thu, 15 Feb 1996 03:50:43 +0000 Subject: [PATCH] libcrypt no longer a link dependancy. --- libexec/ftpd/Makefile | 4 ++-- libexec/makekey/Makefile | 6 +++--- libexec/rexecd/Makefile | 6 +++--- libexec/rpc.yppasswdd/Makefile | 6 +++--- libexec/uucpd/Makefile | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 8418ba7553a..f34c19a1899 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -8,8 +8,8 @@ MAN= ftpd.8 CLEANFILES+=ftpcmd.c y.tab.h .PATH: ${.CURDIR}/../../usr.bin/ftp -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} +#LDADD+= -lcrypt +#DPADD+= ${LIBCRYPT} .include diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 30cdf9c6fe3..94ad681f44a 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:43:19 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/02/15 03:50:45 etheisen Exp $ PROG= makekey MAN= makekey.8 -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} +#LDADD+= -lcrypt +#DPADD+= ${LIBCRYPT} .include diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 2a6209e0d93..0296aab52a7 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:43:20 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/02/15 03:50:46 etheisen Exp $ PROG= rexecd MAN= rexecd.8 -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} +#LDADD+= -lcrypt +#DPADD+= ${LIBCRYPT} .include diff --git a/libexec/rpc.yppasswdd/Makefile b/libexec/rpc.yppasswdd/Makefile index 9539a81c20a..6019fbdda3a 100644 --- a/libexec/rpc.yppasswdd/Makefile +++ b/libexec/rpc.yppasswdd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.2 1995/11/01 17:40:33 deraadt Exp $ +# $Id: Makefile,v 1.3 1996/02/15 03:50:47 etheisen Exp $ PROG= rpc.yppasswdd SRCS= rpc.yppasswdd.c yppasswdd_xdr.c yppasswdd_proc.c yppasswdd_mkpw.c \ @@ -11,8 +11,8 @@ BINDIR=/usr/sbin MLINKS= rpc.yppasswdd.8 yppasswdd.8 .PATH: ${.CURDIR}/../../usr.sbin/vipw ${.CURDIR}/../../usr.bin/chpass \ ${.CURDIR/../../ypserv -DPADD+= ${LIBCRYPT} -LDADD+= -lcrypt +#DPADD+= ${LIBCRYPT} +#LDADD+= -lcrypt CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv -I${.CURDIR}/../../usr.sbin/vipw \ -I${.CURDIR}/../../usr.bin/chpass diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index d89955a3ec0..60379971b46 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,10 +1,10 @@ # from: @(#)Makefile 5.3 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:43:25 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/02/15 03:50:49 etheisen Exp $ CFLAGS+= -DBSDINETD PROG= uucpd NOMAN= noman -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} +#LDADD+= -lcrypt +#DPADD+= ${LIBCRYPT} .include -- 2.20.1