[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin

File: [cvs.NetBSD.org] / src / sbin / Makefile (download)

Revision 1.8, Fri Apr 9 23:13:38 1993 UTC (31 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-8
Changes since 1.7: +4 -5 lines

fixed bug that i created when updating for new entries

#	@(#)Makefile	5.4.1.1 (Berkeley) 5/7/91
#
#	$Header: /ftp/pub/NetBSD-cvs/main.mirror/src/sbin/Makefile,v 1.8 1993/04/09 23:13:38 cgd Exp $

# Not ported: XNSrouted enpload
# Missing: icheck ncheck

SUBDIR=	badsect chown clri disklabel dmesg dump dumpfs fastboot fsck \
	halt ifconfig init mknod mount mount_isofs mount_miscfs mount_pcfs \
	mountd newfs nfsd nfsiod ping quotacheck reboot restore route \
	routed savecore shutdown slattach swapon tunefs umount

.if   make(clean) || make(cleandir)
SUBDIR+= fdisk
.elif ${MACHINE} == "i386"
SUBDIR+= fdisk
.endif

.include <bsd.subdir.mk>