Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/inetd CPPFLAGS, not CFLAGS, for -D.



details:   https://anonhg.NetBSD.org/src/rev/bb0bda5f8518
branches:  trunk
changeset: 514893:bb0bda5f8518
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Sep 13 13:02:20 2001 +0000

description:
CPPFLAGS, not CFLAGS, for -D.

diffstat:

 usr.sbin/inetd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7e26a62275e0 -r bb0bda5f8518 usr.sbin/inetd/Makefile
--- a/usr.sbin/inetd/Makefile   Thu Sep 13 11:07:48 2001 +0000
+++ b/usr.sbin/inetd/Makefile   Thu Sep 13 13:02:20 2001 +0000
@@ -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 @@
 # 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}



Home | Main Index | Thread Index | Old Index