diff options
-rw-r--r-- | usr.sbin/sesd/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sesd/Makefile.inc b/usr.sbin/sesd/Makefile.inc index 796d99dce47..75c1dcd8779 100644 --- a/usr.sbin/sesd/Makefile.inc +++ b/usr.sbin/sesd/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2000/02/22 06:21:35 mjacob Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2000/06/28 18:55:08 deraadt Exp $ # # Copyright (c) 2000 by Matthew Jacob # All rights reserved. @@ -36,7 +36,7 @@ .include "${.CURDIR}/../../Makefile.inc" .endif -COPTS += -DSESINC="<scsi/ses.h>" +CFLAGS += -DSESINC="<scsi/ses.h>" # Inherit BINDIR from one level up. BINDIR ?= ${DESTDIR}/usr/sbin |