summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 13:33:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 13:33:28 +0000
commit85c8137208c748e4d731cf1ad5a57cd5f42fbf23 (patch)
tree4a39ca4b8e5f6dcac2d15f0449403e5e05b7a162 /usr.sbin
parentfd7d8ca2f6e12351f271b6b92e7a52fb473c0d73 (diff)
traverse for obj; pcmcia stuff is i386 only (for now)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 2a4138e183b..c019d8bb8eb 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,14 +1,14 @@
# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91
-# $Id: Makefile,v 1.9 1996/04/29 13:08:37 hvozda Exp $
+# $Id: Makefile,v 1.10 1996/05/01 13:33:27 deraadt Exp $
# not yet done: catman
-SUBDIR= ac accton arp apm apmd bootpd bootpgw bootpef bootptest \
+SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \
chown chroot config cron dev_mkdb \
diskpart edquota gettable gspa htable inetd iostat \
ipftest ipmon ipsend kgmon \
kvm_mkdb lpr map-mbone mrinfo mrouted mtrace mtree named \
- netgroup_mkdb pcmciad portmap pppd pstat pwd_mkdb quot quotaon \
+ netgroup_mkdb portmap pppd pstat pwd_mkdb quot quotaon \
rarpd rbootd rdconfig rdate repquota rmt \
rpc.bootparamd rpc.pcnfsd rwhod \
sa sendmail sliplogin slstats spray sysctl \
@@ -21,8 +21,9 @@ SUBDIR= ac accton arp apm apmd bootpd bootpgw bootpef bootptest \
SUBDIR+=amd
.endif
-.if make(clean) || make(cleandir)
-SUBDIR+=bad144 dbsym eeprom grfinfo hilinfo iteconfig screenblank
+.if make(clean) || make(cleandir) || make(obj)
+SUBDIR+=apm apmd bad144 config.old dbsym eeprom grfconfig grfinfo \
+ hilinfo iteconfig pcmciad screenblank
.elif ${MACHINE} == "amiga"
SUBDIR+=grfconfig iteconfig videomode
.elif ${MACHINE} == "atari"
@@ -30,7 +31,7 @@ SUBDIR+=iteconfig
.elif ${MACHINE} == "hp300"
SUBDIR+=grfinfo hilinfo config.old
.elif ${MACHINE} == "i386"
-SUBDIR+=bad144
+SUBDIR+=bad144 apm apmd pcmciad
.elif ${MACHINE} == "pmax"
SUBDIR+=
.elif ${MACHINE} == "sun3"