diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-23 19:19:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-23 19:19:09 +0000 |
commit | 9727548f482a2ae8277f0cc37308c02d369a8d59 (patch) | |
tree | e614d4ee621d34f18fdd4d728479c95fe3af89e6 | |
parent | c37fa139cfbbc41af207c3e4a47a37ebb4a15d91 (diff) |
don't build swapon since swapctl gets linked to swapon
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 56a98c9fc21..1db2d08b971 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 1999/05/22 21:39:57 weingart Exp $ +# $OpenBSD: Makefile,v 1.42 1999/05/23 19:19:08 millert Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -7,7 +7,7 @@ SUBDIR= badsect ccdconfig disklabel dmesg fsck ifconfig init ipf ipfstat \ ipnat ipsecadm isakmpd kbd mknod modload modunload mount mountd \ ncheck_ffs nfsd nfsiod nologin photurisd ping quotacheck raidctl \ reboot route routed savecore scan_ffs scsi shutdown slattach startkey \ - swapctl swapon ttyflags umount + swapctl ttyflags umount # support for various file systems SUBDIR+= mount_ados |