CPPFLAGS, not CFLAGS, for -D.
This commit is contained in:
parent
18dd17006b
commit
de3a065dcc
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
SRCS= inetd.c
|
||||
@ -15,7 +15,7 @@ DPADD+= ${LIBWRAP} ${LIBUTIL}
|
||||
# This is necessary due to be friendly with past RFC2553 API changes...
|
||||
CPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len
|
||||
|
||||
CFLAGS+=-DIPSEC
|
||||
CPPFLAGS+=-DIPSEC
|
||||
SRCS+= ipsec.c
|
||||
LDADD+= -lipsec
|
||||
DPADD+= ${LIBIPSEC}
|
||||
|
Loading…
Reference in New Issue
Block a user