2001-08-18 01:43:55 +04:00
|
|
|
# $NetBSD: Makefile,v 1.74 2001/08/17 21:43:55 thorpej Exp $
|
1995-03-18 17:54:19 +03:00
|
|
|
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
1993-04-10 03:13:38 +04:00
|
|
|
|
1995-03-18 17:54:19 +03:00
|
|
|
# Not ported: XNSrouted enpload scsiformat startslip
|
1998-12-15 19:07:24 +03:00
|
|
|
# Missing: icheck ncheck
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2001-08-18 01:43:55 +04:00
|
|
|
SUBDIR= atactl badsect bim brconfig ccdconfig disklabel dmesg edlabel \
|
|
|
|
fastboot fdisk fsck fsirand ifconfig init ldconfig lmcctl \
|
|
|
|
mbrlabel mknod modload modunload mount newbtconf nologin ping \
|
|
|
|
raidctl reboot rcorder rndctl route routed savecore scsictl \
|
|
|
|
shutdown slattach swapctl sysctl ttyflags umount wdogctl wsconsctl
|
1995-07-12 07:50:27 +04:00
|
|
|
|
|
|
|
# support for various file systems
|
2000-10-31 00:31:49 +03:00
|
|
|
SUBDIR+= fsck_ext2fs
|
|
|
|
SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs
|
|
|
|
SUBDIR+= newfs_lfs fsck_lfs dump_lfs
|
|
|
|
SUBDIR+= newfs_msdos fsck_msdos
|
1995-07-12 07:50:27 +04:00
|
|
|
SUBDIR+= mount_portal
|
2000-10-31 00:31:49 +03:00
|
|
|
|
|
|
|
# following is now build into mount(8) now (see mount/Makefile)
|
2000-11-16 11:07:55 +03:00
|
|
|
# we only dive into those subdirs for make obj/clean - some arch's floppies
|
2000-11-13 08:29:31 +03:00
|
|
|
# compile individual mount_* and hence need the obj dirs to allow shared
|
|
|
|
# source tree
|
2001-02-14 17:21:08 +03:00
|
|
|
.if make(obj) || make(clean) || make(distclean) || make(cleandir)
|
2000-11-13 08:29:31 +03:00
|
|
|
SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \
|
|
|
|
mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs \
|
|
|
|
mount_ntfs mount_null mount_overlay mount_procfs mount_umap \
|
|
|
|
mount_union
|
|
|
|
.endif
|
1993-04-09 23:23:22 +04:00
|
|
|
|
1999-07-01 23:59:59 +04:00
|
|
|
# IPv6
|
1999-07-02 12:28:04 +04:00
|
|
|
SUBDIR+= ping6 rtsol
|
1999-07-01 23:59:59 +04:00
|
|
|
|
2000-06-13 19:15:21 +04:00
|
|
|
# IPsec
|
|
|
|
SUBDIR+= setkey
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|