mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
some warnings but at the moment does not seem to be necessary. Submitted by: arundel (via private mail) Tested by: arundel MFC after: 1 week
5 lines
116 B
Makefile
5 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= lex.l yacc.y
|
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkesdb \
|
|
-I${.CURDIR}/../../lib/libc/iconv
|