CPPFLAGS, not CFLAGS, for -D.

This commit is contained in:
itojun 2001-09-13 13:02:20 +00:00
parent 18dd17006b
commit de3a065dcc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.17 2000/01/31 14:28:17 itojun Exp $ # $NetBSD: Makefile,v 1.18 2001/09/13 13:02:20 itojun Exp $
PROG= inetd PROG= inetd
SRCS= inetd.c SRCS= inetd.c
@ -15,7 +15,7 @@ DPADD+= ${LIBWRAP} ${LIBUTIL}
# This is necessary due to be friendly with past RFC2553 API changes... # This is necessary due to be friendly with past RFC2553 API changes...
CPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len CPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len
CFLAGS+=-DIPSEC CPPFLAGS+=-DIPSEC
SRCS+= ipsec.c SRCS+= ipsec.c
LDADD+= -lipsec LDADD+= -lipsec
DPADD+= ${LIBIPSEC} DPADD+= ${LIBIPSEC}