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
|
|
|
|
1996-05-04 10:30:22 +02:00
|
|
|
SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \
|
1997-02-17 14:15:42 +01:00
|
|
|
dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \
|
1996-05-13 19:43:19 +02:00
|
|
|
modunload mount mount_cd9660 mount_ext2fs \
|
|
|
|
mount_lfs mount_nfs mount_null mount_portal mount_std \
|
1996-05-19 19:24:10 +02:00
|
|
|
mount_umap mount_union mountd newfs newlfs nfsd nfsiod \
|
1996-09-16 19:08:23 +02:00
|
|
|
nologin ping quotacheck reboot restore route routed savecore scsi \
|
1995-09-17 14:52:24 +02:00
|
|
|
scsiformat shutdown slattach startslip swapon tunefs umount
|
1995-01-31 20:41:08 +01:00
|
|
|
|
1997-02-17 14:15:42 +01:00
|
|
|
# Broken: dumplfs
|
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|