1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

- Remove unused include path.

This commit is contained in:
Ulf Lilleengen 2010-03-03 08:24:15 +00:00
parent 1761232e1d
commit 6b807bd5a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204629

View File

@ -29,7 +29,7 @@ SRCS= attrstack.c \
token.l \
updater.c
CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup
CFLAGS+= -I.
CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
WARNS?= 1