summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
parent38fd8fd26ef8cf2f925107c1267dd58f6e623be9 (diff)
downloadFreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.zip
FreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.tar.gz
Fixed DPADD.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/Makefile2
-rw-r--r--usr.bin/systat/Makefile2
-rw-r--r--usr.bin/telnet/Makefile3
-rw-r--r--usr.bin/tip/tip/Makefile3
-rw-r--r--usr.bin/tn3270/tn3270/Makefile4
-rw-r--r--usr.bin/vmstat/Makefile2
6 files changed, 9 insertions, 7 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index a68e2c5..adf1916 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -8,7 +8,7 @@ CFLAGS+=-I/sys # -g
#.PATH: ${.CURDIR}/../../sys/netiso
BINGRP= kmem
BINMODE=2555
+DPADD= ${LIBKVM} ${LIBIPX}
LDADD= -lkvm -lipx
-DPADD= ${LIBKVM}
.include <bsd.prog.mk>
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index ecf831e..eabc3ce 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -4,8 +4,8 @@ PROG= systat
CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}/../vmstat
SRCS= cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \
mbufs.c netcmds.c netstat.c pigs.c swap.c
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM}
LDADD= -lcurses -ltermcap -lm -lkvm
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM}
BINGRP= kmem
BINMODE=2555
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index fee9815..0da9e25 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -41,9 +41,10 @@ CFLAGS+=-I${.CURDIR}/../../lib
#CFLAGS+= -DKRB4
+DPADD= ${LIBTERMCAP} ${LIBTELNET}
LDADD= -ltermcap -ltelnet
+#DPADD+= ${LIBKRB} ${LIBDES}
#LDADD+= -lkrb -ldes
-DPADD= ${LIBTERMCAP}
SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \
terminal.c tn3270.c utilities.c
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile
index ece0803..ef78565 100644
--- a/usr.bin/tip/tip/Makefile
+++ b/usr.bin/tip/tip/Makefile
@@ -15,7 +15,8 @@ LIBACU=${.CURDIR}/../libacu/libacu.a
PROG= tip
CFLAGS+=-DUSE_PERROR
-LDADD+= $(LIBACU)
+DPADD= $(LIBACU)
+LDADD= $(LIBACU)
LINKS= ${BINDIR}/tip
MAN1= tip.1
MAN5= modems.5
diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile
index 7dd1952..df18677 100644
--- a/usr.bin/tn3270/tn3270/Makefile
+++ b/usr.bin/tn3270/tn3270/Makefile
@@ -2,8 +2,8 @@
PROG= tn3270
CFLAGS+=-I${.CURDIR} -I.
-LDADD+= -lcurses -ltermcap -ltelnet -lcrypt
-DPADD+= ${LIBCURSES} /usr/lib/libtermcap.a /usr/lib/libtelnet.a
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPT}
+LDADD= -lcurses -ltermcap -ltelnet -lcrypt
CLEANFILES+= asc_disp.OUT asc_disp.out disp_asc.OUT disp_asc.out TMPfunc.out
.PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii ${.CURDIR}/../ctlr
.PATH: ${.CURDIR}/../general ${.CURDIR}/../sys_curses ${.CURDIR}/../../telnet
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index b082cb6..117c30d 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -5,7 +5,7 @@ CFLAGS+=-I${.CURDIR}/../../sys
MAN8= vmstat.8
BINGRP= kmem
BINMODE=2555
-DPADD= names.c ${LIBKVM}
+DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud