Skip to content

Commit

Permalink
s/CFLAGS/CPPFLAGS/
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jan 30, 2000
1 parent 60791fd commit 0c17f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openbsd/usr.sbin/pvcsif/Makefile
Expand Up @@ -3,7 +3,7 @@ SRCS= pvcsif.c

MAN= pvc.4 pvcsif.8

CFLAGS+=-DINET6
CPPFLAGS+=-DINET6

LDADD+= -L${.CURDIR}/../../lib/libinet6 -L${.CURDIR}/../../lib/libinet6/obj \
-L/usr/local/v6/lib -linet6
Expand Down
2 changes: 1 addition & 1 deletion openbsd/usr.sbin/rrenumd/Makefile
Expand Up @@ -19,7 +19,7 @@ DPADD+= ${LIBL} ${LIBY}
MAN= rrenumd.8 rrenumd.conf.5

.if defined(YACCDEBUG)
CFLAGS+= -DYYDEBUG
CPPFLAGS+= -DYYDEBUG
YFLAGS+= -t -v
.endif

Expand Down

0 comments on commit 0c17f04

Please sign in to comment.