mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
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
|