1993-07-31 19:27:53 +04:00
|
|
|
# from: @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
|
1994-06-08 23:40:22 +04:00
|
|
|
# $Id: Makefile,v 1.18 1994/06/08 19:40:22 mycroft Exp $
|
1993-04-10 03:13:38 +04:00
|
|
|
|
|
|
|
# Not ported: XNSrouted enpload
|
|
|
|
# Missing: icheck ncheck
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-08 23:40:22 +04:00
|
|
|
SUBDIR= badsect clri disklabel dmesg dump dumpfs dumplfs fastboot fsck \
|
1994-06-03 04:35:22 +04:00
|
|
|
halt ifconfig init mknod modload modunload mount mount_ados \
|
1994-06-08 23:40:22 +04:00
|
|
|
mount_cd9660 mount_fdesc mount_kernfs mount_lfs mount_msdos mount_nfs \
|
|
|
|
mount_null mount_portal mount_procfs mount_umap mount_union mountd \
|
|
|
|
newfs newlfs nfsd nfsiod ping quotacheck reboot restore route routed \
|
|
|
|
savecore shutdown slattach swapon ttyflags tunefs umount
|
1993-04-09 23:23:22 +04:00
|
|
|
|
|
|
|
.if make(clean) || make(cleandir)
|
1994-04-22 04:09:02 +04:00
|
|
|
SUBDIR+= bim fdisk
|
1993-04-09 23:23:22 +04:00
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
SUBDIR+= fdisk
|
1994-04-22 04:09:02 +04:00
|
|
|
.elif ${MACHINE} == "pc532"
|
|
|
|
SUBDIR+= bim
|
1993-04-09 23:23:22 +04:00
|
|
|
.endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|