We need -I., too.

This commit is contained in:
thorpej 2003-04-17 22:12:50 +00:00
parent 6545393afc
commit 817eb1cb2e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2003/04/17 10:55:43 fvdl Exp $
# $NetBSD: Makefile,v 1.4 2003/04/17 22:12:50 thorpej Exp $
PROG= cgdconfig
MAN= cgdconfig.8
@ -10,7 +10,7 @@ SRCS= cgdconfig.c \
params.c \
utils.c
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR} -I.
YHEADER=1