mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Take -lgnuregex back out. Linking with it causes 'make install' to fail.
This commit is contained in:
parent
cd08e4cab2
commit
36ae463bf0
1 changed files with 0 additions and 2 deletions
|
|
@ -3,8 +3,6 @@
|
|||
PROG= expr
|
||||
SRCS= expr.c
|
||||
CLEANFILES+= expr.c y.tab.h
|
||||
LDADD+= -lgnuregex
|
||||
DPADD+= /usr/lib/libgnuregex.a
|
||||
|
||||
expr.c:
|
||||
${YACC} -d ${.IMPSRC}
|
||||
|
|
|
|||
Loading…
Reference in a new issue