1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

LIBFORMS added to DPADD

This commit is contained in:
Andrey A. Chernov 1995-01-25 20:29:32 +00:00
parent 7dc8f3a96e
commit 256b89f8bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5901

View File

@ -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.