Deleted Added
full compact
Makefile (15614) Makefile (15770)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2
3# XXX MISSING: icheck ncheck
4
5SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \
6 dumplfs dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2
3# XXX MISSING: icheck ncheck
4
5SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \
6 dumplfs dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \
7 modunload mount mount_cd9660 mount_devfs mount_ext2fs mount_fdesc \
8 mount_kernfs mount_lfs mount_nfs mount_null mount_portal mount_procfs \
7 modunload mount mount_cd9660 mount_ext2fs \
8 mount_lfs mount_nfs mount_null mount_portal mount_std \
9 mount_umap mount_union mountd newfs newlfs nfsd nfsiod \
10 nologin ping quotacheck rdisc reboot restore route savecore scsi \
11 scsiformat shutdown slattach startslip swapon tunefs umount
12
13.if exists(${.CURDIR}/${MACHINE})
14SUBDIR+= ${MACHINE}
15.endif
16
17.include <bsd.subdir.mk>
9 mount_umap mount_union mountd newfs newlfs nfsd nfsiod \
10 nologin ping quotacheck rdisc reboot restore route savecore scsi \
11 scsiformat shutdown slattach startslip swapon tunefs umount
12
13.if exists(${.CURDIR}/${MACHINE})
14SUBDIR+= ${MACHINE}
15.endif
16
17.include <bsd.subdir.mk>