From fd661887066a08eb548bc1ff6577c0a39e98c8b5 Mon Sep 17 00:00:00 2001 From: kleink Date: Thu, 25 May 2000 12:49:32 +0000 Subject: [PATCH] Use CPPFLAGS where appropriate. --- usr.sbin/sesd/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/sesd/Makefile.inc b/usr.sbin/sesd/Makefile.inc index d34408e40fd5..a5737b941ba8 100644 --- a/usr.sbin/sesd/Makefile.inc +++ b/usr.sbin/sesd/Makefile.inc @@ -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 # -COPTS += -DSESINC="" +CPPFLAGS+= -DSESINC="" .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc"