summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
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>