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:
parent
7dc8f3a96e
commit
256b89f8bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5901
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user