summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerbde <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit11546f4616454e8fe6b6b85898bc2f22f9930985 (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /libexec
parent38fd8fd26ef8cf2f925107c1267dd58f6e623be9 (diff)
downloadFreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.zip
FreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.tar.gz
Fixed DPADD.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile4
-rw-r--r--libexec/xtend/Makefile5
-rw-r--r--libexec/ypxfr/Makefile5
3 files changed, 8 insertions, 6 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 0164c5d..4a93d76 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -9,10 +9,10 @@ CFLAGS+=-I${.CURDIR}/../../lib
SRCS= global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
#SRCS+= authenc.c
-DPADD= ${LIBUTIL} ${LIBTERMCAP}
+DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
LDADD= -lutil -ltermcap -ltelnet
+#DPADD+= $LIBKRB} ${LIBDES}
#LDADD+= -lkrb -ldes
MAN8= telnetd.8
-
.include <bsd.prog.mk>
diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile
index a01ed65..041145c 100644
--- a/libexec/xtend/Makefile
+++ b/libexec/xtend/Makefile
@@ -1,12 +1,13 @@
# Makefile for xtend (Stark) 10/30/93
-# $Id: Makefile,v 1.2 1995/04/18 01:53:56 jkh Exp $
+# $Id: Makefile,v 1.3 1996/09/04 22:22:54 bde Exp $
BINMODE= 555
PROG= xtend
SRCS= xtend.c status.c packet.c user.c
CFLAGS+= -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
-LDADD+= -lutil
+DPADD= ${LIBUTIL}
+LDADD= -lutil
MAN8= xtend.8
diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile
index 2beb10d..e7a9cad 100644
--- a/libexec/ypxfr/Makefile
+++ b/libexec/ypxfr/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/06/05 05:42:46 wpaul Exp $
+# $Id: Makefile,v 1.3 1996/06/06 03:58:06 wpaul Exp $
PROG= ypxfr
SRCS= ypxfr_clnt.c yp_clnt.c ypxfr_getmap.c yp_dblookup.c \
@@ -10,7 +10,8 @@ SRCS= ypxfr_clnt.c yp_clnt.c ypxfr_getmap.c yp_dblookup.c \
MAN8= ypxfr.8
CFLAGS+= -I.
-LDADD+= -lrpcsvc
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
CLEANFILES= yp.h yp_clnt.c ypxfr_clnt.c
OpenPOWER on IntegriCloud