11 lines
390 B
Makefile
11 lines
390 B
Makefile
# @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
|
|
#
|
|
# $Header: /cvsroot/src/sbin/Makefile,v 1.4 1993/03/23 23:53:04 cgd Exp $
|
|
|
|
SUBDIR= badsect clri disklabel dmesg dump dumpfs fastboot fsck \
|
|
halt ifconfig init mknod mount mount_fdesc mount_isofs mount_kernfs \
|
|
mountd newfs nfsd nfsiod ping reboot restore route routed savecore \
|
|
shutdown slattach swapon tunefs umount
|
|
|
|
.include <bsd.subdir.mk>
|