summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-25 20:28:39 +0000
committerache <ache@FreeBSD.org>1995-01-25 20:28:39 +0000
commit1fc619b8eaf3404412400c2ef48809549af18fb9 (patch)
treecd4b5f451f928ef830ec33b7899117e035692df7 /usr.bin
parente9afac40c9990abe3651d6dc2f7fd5217da6df35 (diff)
downloadFreeBSD-src-1fc619b8eaf3404412400c2ef48809549af18fb9.zip
FreeBSD-src-1fc619b8eaf3404412400c2ef48809549af18fb9.tar.gz
LIBS changed to DPADD & LDADD
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fib/Makefile b/usr.bin/fib/Makefile
index f6f48fd..a3f7fb6 100644
--- a/usr.bin/fib/Makefile
+++ b/usr.bin/fib/Makefile
@@ -2,7 +2,8 @@ PROG= fib
NOMAN=notyet
SRCS = fib.c parser.c lex.l
-LIBS = -ll
+LDADD = -ll
+DPADD = ${LIBL}
CLEANFILES= parser.c lex.c y.tab.h
CFLAGS += -I${.CURDIR} -I.
OpenPOWER on IntegriCloud