-D... belongs in CPPFLAGS

This commit is contained in:
thorpej 1999-07-02 00:04:53 +00:00
parent 62d68abdad
commit e7d046463f

View File

@ -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}