7d2bb8504d
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
6 lines
116 B
Makefile
6 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= lex.l yacc.y
|
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkesdb \
|
|
-I${.CURDIR}/../../lib/libc/iconv
|