1995-03-18 16:15:28 +00:00
|
|
|
# $NetBSD: Makefile,v 1.20 1995/03/18 16:15:28 cgd Exp $
|
1995-03-18 14:54:19 +00:00
|
|
|
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
1993-04-09 23:13:38 +00:00
|
|
|
|
1995-03-18 14:54:19 +00:00
|
|
|
# Not ported: XNSrouted enpload scsiformat startslip
|
|
|
|
# Missing: fsdb icheck ncheck
|
1993-03-21 09:45:37 +00:00
|
|
|
|
1994-06-08 19:40:22 +00:00
|
|
|
SUBDIR= badsect clri disklabel dmesg dump dumpfs dumplfs fastboot fsck \
|
1995-03-18 16:15:28 +00:00
|
|
|
ifconfig init mknod modload modunload mount mount_ados \
|
1994-06-08 19:40:22 +00:00
|
|
|
mount_cd9660 mount_fdesc mount_kernfs mount_lfs mount_msdos mount_nfs \
|
|
|
|
mount_null mount_portal mount_procfs mount_umap mount_union mountd \
|
1995-03-18 14:54:19 +00:00
|
|
|
newfs newlfs nfsd nfsiod nologin ping quotacheck reboot restore \
|
|
|
|
route routed savecore shutdown slattach swapon ttyflags tunefs umount
|
1993-04-09 19:23:22 +00:00
|
|
|
|
|
|
|
.if make(clean) || make(cleandir)
|
1994-04-22 00:09:02 +00:00
|
|
|
SUBDIR+= bim fdisk
|
1993-04-09 19:23:22 +00:00
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
SUBDIR+= fdisk
|
1994-04-22 00:09:02 +00:00
|
|
|
.elif ${MACHINE} == "pc532"
|
|
|
|
SUBDIR+= bim
|
1993-04-09 19:23:22 +00:00
|
|
|
.endif
|
|
|
|
|
1993-03-21 09:45:37 +00:00
|
|
|
.include <bsd.subdir.mk>
|