mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add the files y.tab.h and a2p.c that get automatically generated to
the CLEANFILES target. Remove the file a2p.c from the source tree, this get generated anew from a2p.y.
This commit is contained in:
parent
eafe5e1c1c
commit
a7f24f529c
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ PROG= a2p
|
|||
|
||||
SRCS+= a2p.c hash.c str.c walk.c util.c
|
||||
CFLAGS+= -I${.CURDIR}/../perl
|
||||
CLEANFILES+= y.tab.h a2p.c
|
||||
|
||||
LDADD= -lm
|
||||
DPADD= ${LIBM}
|
||||
|
|
|
|||
Loading…
Reference in a new issue