Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ping6 -D... belongs in CPPFLAGS
details: https://anonhg.NetBSD.org/src/rev/0d88481ad86e
branches: trunk
changeset: 474235:0d88481ad86e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jul 02 00:04:53 1999 +0000
description:
-D... belongs in CPPFLAGS
diffstat:
sbin/ping6/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r cd3dad60b2bf -r 0d88481ad86e sbin/ping6/Makefile
--- a/sbin/ping6/Makefile Thu Jul 01 23:59:11 1999 +0000
+++ b/sbin/ping6/Makefile Fri Jul 02 00:04:53 1999 +0000
@@ -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 @@
BINGRP = bin
BINMODE = 4555
-CFLAGS+= -DINET6
-CFLAGS+= -DIPSEC
+CPPFLAGS+= -DINET6
+CPPFLAGS+= -DIPSEC
+
LDADD+= -lipsec
DPADD+= ${LIBIPSEC}
Home |
Main Index |
Thread Index |
Old Index