366b58f084
mount_mfs(8); the mount_*(8) are hardlinked to mount (appropriate mount routine is called depending on program name) - this saves approx. 1.7MB of /sbin space mount.c: make all local symbols static
33 lines
1.0 KiB
Makefile
33 lines
1.0 KiB
Makefile
# $NetBSD: Makefile,v 1.69 2000/10/30 21:31:49 jdolecek Exp $
|
|
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
|
|
|
# Not ported: XNSrouted enpload scsiformat startslip
|
|
# Missing: icheck ncheck
|
|
|
|
SUBDIR= atactl badsect bim 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 wsconsctl
|
|
|
|
# support for various file systems
|
|
SUBDIR+= fsck_ext2fs
|
|
SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs
|
|
SUBDIR+= newfs_lfs fsck_lfs dump_lfs
|
|
SUBDIR+= newfs_msdos fsck_msdos
|
|
SUBDIR+= mount_portal
|
|
|
|
# following is now build into mount(8) now (see mount/Makefile)
|
|
# 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
|
|
|
|
# IPv6
|
|
SUBDIR+= ping6 rtsol
|
|
|
|
# IPsec
|
|
SUBDIR+= setkey
|
|
|
|
.include <bsd.subdir.mk>
|