summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-28 18:55:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-28 18:55:09 +0000
commit470c0c07fe81c28b86cde07f4fef288442858b6a (patch)
tree75d89e1e23597d19f8a653ff9082b70f4bef1c20 /usr.sbin
parentd7670c527affc5d72bb40544eec720dc5e317af5 (diff)
correct COPTS whacking code; wd@ics.nara-wu.ac.jp
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sesd/Makefile.inc4
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