[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin

File: [local] / src / sbin / Makefile (download)

Revision 1.57, Wed May 30 02:11:30 2001 UTC (23 years ago) by deraadt
Branch: MAIN
Changes since 1.56: +2 -2 lines

Remove ipf.  Darren Reed has interpreted his (old, new, whichever)
licence in a way that makes ipf not free according to the rules we
established over 5 years ago, at www.openbsd.org/goals.html (and those
same basic rules govern the other *BSD projects too).  Specifically,
Darren says that modified versions are not permitted.  But software
which OpenBSD uses and redistributes must be free to all (be they
people or companies), for any purpose they wish to use it, including
modification, use, peeing on, or even integration into baby mulching
machines or atomic bombs to be dropped on Australia.  Furthermore, we
know of a number of companies using ipf with modification like us, who
are now in the same situation, and we hope that some of them will work
with us to fill this gap that now exists in OpenBSD (temporarily, we
hope).

#	$OpenBSD: Makefile,v 1.57 2001/05/30 02:11:30 deraadt Exp $

# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck

SUBDIR= atactl badsect brconfig ccdconfig disklabel dmesg fsck ifconfig init \
	ipsecadm isakmpd kbd lmccontrol mknod modload \
	modunload mount mountd ncheck_ffs nfsd nologin photurisd ping \
	quotacheck raidctl reboot route routed savecore scan_ffs scsi \
	shutdown slattach startkey swapctl sysctl ttyflags umount

# support for various file systems
SUBDIR+= mount_ados
SUBDIR+= mount_cd9660
SUBDIR+= mount_fdesc
SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand
SUBDIR+= mount_kernfs
# mount_mfs -> newfs
SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
SUBDIR+= mount_nfs
SUBDIR+= mount_null
SUBDIR+= mount_portal
SUBDIR+= mount_procfs
SUBDIR+= mount_umap
SUBDIR+= mount_union
SUBDIR+= mount_ext2fs fsck_ext2fs
SUBDIR+= mount_xfs
SUBDIR+= mount_tcfs

# IPv6
SUBDIR+= ping6 rtsol

# Man pages (and manpages to do)
SUBDIR+= fdisk pdisk ancontrol wicontrol edlabel wsconsctl


# Add bim if we resurrect pc532

.include <bsd.subdir.mk>