blob: 0fb4c411d319f293c3ef81a93374481b9e60ef77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.20 1995/03/18 16:15:28 cgd Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
# Missing: fsdb icheck ncheck
SUBDIR= badsect clri disklabel dmesg dump dumpfs dumplfs fastboot fsck \
ifconfig init mknod modload modunload mount mount_ados \
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 nologin ping quotacheck reboot restore \
route routed savecore shutdown slattach swapon ttyflags tunefs umount
.if make(clean) || make(cleandir)
SUBDIR+= bim fdisk
.elif ${MACHINE} == "i386"
SUBDIR+= fdisk
.elif ${MACHINE} == "pc532"
SUBDIR+= bim
.endif
.include <bsd.subdir.mk>
|