summaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorhvozda <hvozda@cvs.openbsd.org>1996-04-29 13:07:06 +0000
committerhvozda <hvozda@cvs.openbsd.org>1996-04-29 13:07:06 +0000
commit66dbdef25563581a0d393d8d919df22c43de70c7 (patch)
tree4cfdb17adf8be1fdf71a7e416fdc352fc014c3f3 /sbin/Makefile
parentfc0fd904cb2c0308afe4ec749ac0a2e82b1cf240 (diff)
Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work
(original PCMCIA framework by Stefan Grefen).
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 3c87a070c83..1b8b46a7875 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1996/04/22 20:21:52 hannken Exp $
+# $OpenBSD: Makefile,v 1.6 1996/04/29 13:07:00 hvozda Exp $
# $NetBSD: Makefile,v 1.28 1996/04/05 01:44:24 cgd Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
@@ -27,9 +27,11 @@ SUBDIR+= mount_umap
SUBDIR+= mount_union
.if make(clean) || make(cleandir)
-SUBDIR+= bim edlabel fdisk
+SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl
.elif ${MACHINE} == "i386"
+SUBDIR+= config_slot
SUBDIR+= fdisk
+SUBDIR+= pcmcia_cntrl
.elif ${MACHINE} == "pc532"
SUBDIR+= bim
.elif ${MACHINE} == "sun3"