Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sesd Use CPPFLAGS where appropriate.



details:   https://anonhg.NetBSD.org/src/rev/f700c4c1c15d
branches:  trunk
changeset: 486549:f700c4c1c15d
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu May 25 12:49:32 2000 +0000

description:
Use CPPFLAGS where appropriate.

diffstat:

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

diffs (18 lines):

diff -r 3f946b196e15 -r f700c4c1c15d usr.sbin/sesd/Makefile.inc
--- a/usr.sbin/sesd/Makefile.inc        Thu May 25 12:25:14 2000 +0000
+++ b/usr.sbin/sesd/Makefile.inc        Thu May 25 12:49:32 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 2000/02/22 06:06:06 mjacob Exp $
+# $NetBSD: Makefile.inc,v 1.7 2000/05/25 12:49:32 kleink Exp $
 # $OpenBSD: $
 # $FreeBSD: $
 #
@@ -34,7 +34,7 @@
 # mjacob%feral.com@localhost
 #
 
-COPTS  +=      -DSESINC="<dev/scsipi/ses.h>"
+CPPFLAGS+=     -DSESINC="<dev/scsipi/ses.h>"
 
 .if exists(${.CURDIR}/../../Makefile.inc)
 .include "${.CURDIR}/../../Makefile.inc"



Home | Main Index | Thread Index | Old Index