diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 21:39:58 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 21:39:58 +0000 |
commit | f5dc978ba81933b586db32e3c5a69f8864a84f33 (patch) | |
tree | 57078681bb10cfff67947b2657600879a2428190 /sbin/Makefile | |
parent | 8b686dca9a81deaa1bf9cb830e83707412d1e964 (diff) |
Add swapctl
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index d2321d50b9d..56a98c9fc21 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 1999/03/27 21:19:57 provos Exp $ +# $OpenBSD: Makefile,v 1.41 1999/05/22 21:39:57 weingart 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 \ - swapon ttyflags umount + swapctl swapon ttyflags umount # support for various file systems SUBDIR+= mount_ados |