summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-12-12 01:48:43 +0000
committertv <tv@NetBSD.org>2001-12-12 01:48:43 +0000
commit8e6f7afb5bba2c07fd084c08249718961dfbc1d1 (patch)
treee4120d86067271c5c01a4f67742afe6c31b9607c /sys/dev/microcode
parent220b5c059a84c51ea44107ea8951a57ffaecdc8c (diff)
MKfoo=no -> NOfoo
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/aic7xxx/Makefile.sequencer4
-rw-r--r--sys/dev/microcode/siop/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/microcode/aic7xxx/Makefile.sequencer b/sys/dev/microcode/aic7xxx/Makefile.sequencer
index ead2a070bee..57060b6a28f 100644
--- a/sys/dev/microcode/aic7xxx/Makefile.sequencer
+++ b/sys/dev/microcode/aic7xxx/Makefile.sequencer
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sequencer,v 1.2 2000/03/15 02:09:08 fvdl Exp $
+# $NetBSD: Makefile.sequencer,v 1.3 2001/12/12 01:50:04 tv Exp $
SEQHEADER=aic7xxx_seq.h
REGHEADER=aic7xxx_reg.h
@@ -14,7 +14,7 @@ YHEADER=1
DPADD+= ${LIBL}
LDADD+= -ll
-MKSHARE=no
+NOSHARE=# defined
.include <bsd.prog.mk>
diff --git a/sys/dev/microcode/siop/Makefile b/sys/dev/microcode/siop/Makefile
index 190592d9fff..ed5f31ad9b0 100644
--- a/sys/dev/microcode/siop/Makefile
+++ b/sys/dev/microcode/siop/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2001/12/05 18:34:19 fredette Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/12 01:50:04 tv Exp $
all: siop.out osiop.out oosiop.out
PROG= ncr53cxxx
-MKSHARE=no
+NOSHARE=# defined
.include <bsd.prog.mk>