Makefile revision 1.42
1#	$OpenBSD: Makefile,v 1.42 1999/05/23 19:19:08 millert Exp $
2
3# Not ported: XNSrouted enpload scsiformat startslip
4# Missing: icheck
5
6SUBDIR= badsect ccdconfig disklabel dmesg fsck ifconfig init ipf ipfstat \
7	ipnat ipsecadm isakmpd kbd mknod modload modunload mount mountd \
8	ncheck_ffs nfsd nfsiod nologin photurisd ping quotacheck raidctl \
9	reboot route routed savecore scan_ffs scsi shutdown slattach startkey \
10	swapctl ttyflags umount
11
12# support for various file systems
13SUBDIR+= mount_ados
14SUBDIR+= mount_cd9660
15SUBDIR+= mount_fdesc
16SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand
17SUBDIR+= mount_kernfs
18# mount_mfs -> newfs
19SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
20SUBDIR+= mount_nfs
21SUBDIR+= mount_null
22SUBDIR+= mount_portal
23SUBDIR+= mount_procfs
24SUBDIR+= mount_umap
25SUBDIR+= mount_union
26SUBDIR+= mount_ext2fs fsck_ext2fs
27SUBDIR+= mount_xfs
28
29.if   make(clean) || make(cleandir) || make(obj)
30SUBDIR+= bim edlabel fdisk 
31.elif ${MACHINE} == "i386"
32#SUBDIR+= config_slot
33SUBDIR+= fdisk
34#SUBDIR+= pcmcia_cntrl
35.elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha")
36SUBDIR+= fdisk
37.elif ${MACHINE} == "pc532"
38SUBDIR+= bim
39.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \
40      (${MACHINE} == "sparc")
41SUBDIR+= edlabel
42.endif
43
44.include <bsd.subdir.mk>
45