1994-05-26 08:35:07 +02:00
|
|
|
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
|
|
|
|
1995-11-25 00:17:58 +01:00
|
|
|
# XXX MISSING: icheck ncheck
|
1995-09-17 14:52:24 +02:00
|
|
|
|
1998-03-13 20:41:06 +01:00
|
|
|
SUBDIR= disklabel dmesg dset dump dumpfs \
|
1998-01-30 13:39:18 +01:00
|
|
|
dumpon fsck fsdb fsirand ifconfig init ipfw \
|
1998-03-13 20:41:06 +01:00
|
|
|
md5 mknod \
|
|
|
|
mount mount_cd9660 mount_ext2fs \
|
1998-01-30 13:39:18 +01:00
|
|
|
mount_nfs mount_null mount_portal mount_std \
|
|
|
|
mount_umap mount_union mountd newfs nfsd nfsiod \
|
1998-03-13 20:41:06 +01:00
|
|
|
nologin quotacheck reboot restore route routed \
|
|
|
|
scsiformat shutdown slattach startslip spppcontrol tunefs \
|
1997-10-11 13:34:00 +02:00
|
|
|
umount
|
1995-01-31 20:41:08 +01:00
|
|
|
|
1998-03-21 14:53:18 +01:00
|
|
|
SUBDIR+=ipf
|
|
|
|
|
1994-12-03 00:53:23 +01:00
|
|
|
.if exists(${.CURDIR}/${MACHINE})
|
|
|
|
SUBDIR+= ${MACHINE}
|
1994-10-02 04:38:08 +01:00
|
|
|
.endif
|
1994-05-26 08:35:07 +02:00
|
|
|
|
1998-03-13 20:41:06 +01:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
SUBDIR+=adjkerntz badsect ccdconfig clri kldload kldstat kldunload ping
|
|
|
|
SUBDIR+=modload modunload savecore scsi swapon
|
|
|
|
.endif
|
|
|
|
|
1994-05-26 08:35:07 +02:00
|
|
|
.include <bsd.subdir.mk>
|