Add CPPFLAGS.

This commit is contained in:
petrov 2003-05-08 20:24:10 +00:00
parent 874e6573c4
commit 209bf42bf9
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $NetBSD: Makefile,v 1.10 2002/07/19 02:26:40 mrg Exp $
# $NetBSD: Makefile,v 1.11 2003/05/08 20:24:10 petrov Exp $
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc" \
|| ${MACHINE} == "sparc64"
@ -20,4 +20,6 @@ SRCS+= eehandlers.c
MAN= eeprom.8
CPPFLAGS+= -I${.CURDIR}
.include <bsd.prog.mk>