diff options
author | 1999-05-22 21:39:57 +0000 | |
---|---|---|
committer | 1999-05-22 21:39:57 +0000 | |
commit | b86dbdccd27b3990819a9f208c44a818626d3ee3 (patch) | |
tree | c286bb1fae6bddb36600e6757f0fdeda6a440447 | |
parent | Initial import of swapctl(8). (diff) | |
download | wireguard-openbsd-b86dbdccd27b3990819a9f208c44a818626d3ee3.tar.xz wireguard-openbsd-b86dbdccd27b3990819a9f208c44a818626d3ee3.zip |
Add swapctl
-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 |