summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-25 20:29:32 +0000
committerache <ache@FreeBSD.org>1995-01-25 20:29:32 +0000
commit6dfc1cf81e4d5612ed2425ef425d22e104f871eb (patch)
treef341d69dff4dcfa973182eea571799f4675eaabf /usr.bin
parent1fc619b8eaf3404412400c2ef48809549af18fb9 (diff)
downloadFreeBSD-src-6dfc1cf81e4d5612ed2425ef425d22e104f871eb.zip
FreeBSD-src-6dfc1cf81e4d5612ed2425ef425d22e104f871eb.tar.gz
LIBFORMS added to DPADD
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fib/Makefile b/usr.bin/fib/Makefile
index a3f7fb6..2394c1e 100644
--- a/usr.bin/fib/Makefile
+++ b/usr.bin/fib/Makefile
@@ -3,7 +3,7 @@ NOMAN=notyet
SRCS = fib.c parser.c lex.l
LDADD = -ll
-DPADD = ${LIBL}
+DPADD = ${LIBL} ${LIBFORMS}
CLEANFILES= parser.c lex.c y.tab.h
CFLAGS += -I${.CURDIR} -I.
OpenPOWER on IntegriCloud