diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/Makefile | 5 | ||||
-rw-r--r-- | libexec/rexecd/Makefile | 4 | ||||
-rw-r--r-- | libexec/telnetd/Makefile | 4 | ||||
-rw-r--r-- | libexec/uucpd/Makefile | 4 |
4 files changed, 5 insertions, 12 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index bb991bd8dc8..f2f242fcd42 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/02/06 23:49:10 rahnds Exp $ +# $OpenBSD: Makefile,v 1.9 1997/03/26 00:34:34 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 @@ -13,9 +13,6 @@ MAN= ftpd.8 CLEANFILES+=ftpcmd.c y.tab.h .PATH: ${.CURDIR}/../../usr.bin/ftp -#LDADD+= -lcrypt -#DPADD+= ${LIBCRYPT} - .include <bsd.own.mk> .if defined(SKEY) diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 0296aab52a7..31fd9cc2060 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,9 +1,7 @@ # from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1996/02/15 03:50:46 etheisen Exp $ +# $Id: Makefile,v 1.3 1997/03/26 00:34:36 deraadt Exp $ PROG= rexecd MAN= rexecd.8 -#LDADD+= -lcrypt -#DPADD+= ${LIBCRYPT} .include <bsd.prog.mk> diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 61a56aa8ff0..5d04c5c1193 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/28 23:21:53 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1997/03/26 00:34:38 deraadt Exp $ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 # $NetBSD: Makefile,v 1.6 1996/02/24 01:22:12 jtk Exp $ @@ -7,7 +7,7 @@ CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS CFLAGS+=-DOLD_ENVIRON -DENV_HACK -I${.CURDIR} SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c -DPADD= ${LIBUTIL} ${LIBTERM} +DPADD= ${LIBUTIL} ${LIBTERM} ${LIBTELNET} LDADD+= -lutil -ltermcap -ltelnet MAN= telnetd.8 diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index 60379971b46..af8311bb217 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,10 +1,8 @@ # from: @(#)Makefile 5.3 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.2 1996/02/15 03:50:49 etheisen Exp $ +# $Id: Makefile,v 1.3 1997/03/26 00:34:39 deraadt Exp $ CFLAGS+= -DBSDINETD PROG= uucpd NOMAN= noman -#LDADD+= -lcrypt -#DPADD+= ${LIBCRYPT} .include <bsd.prog.mk> |