-D... belongs in CPPFLAGS
This commit is contained in:
parent
62d68abdad
commit
e7d046463f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 1999/07/01 20:19:35 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/07/02 00:04:53 thorpej Exp $
|
||||
|
||||
PROG= ping6
|
||||
MAN= ping6.8
|
||||
@ -7,8 +7,9 @@ BINOWN = root
|
||||
BINGRP = bin
|
||||
BINMODE = 4555
|
||||
|
||||
CFLAGS+= -DINET6
|
||||
CFLAGS+= -DIPSEC
|
||||
CPPFLAGS+= -DINET6
|
||||
CPPFLAGS+= -DIPSEC
|
||||
|
||||
LDADD+= -lipsec
|
||||
DPADD+= ${LIBIPSEC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user