aboutsummaryrefslogtreecommitdiff
path: root/sbin/swapon/Makefile
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-12-15 19:17:57 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-12-15 19:17:57 +0000
commit92da00bb245b0398f04fdd966ce001599060f40c (patch)
treefc6e3be9fa1b757f9ac0967a46494adcf0cc5682 /sbin/swapon/Makefile
parent389d2b6e21823a73e17a36e29f71ed56771ccdc7 (diff)
downloadsrc-92da00bb245b0398f04fdd966ce001599060f40c.tar.gz
src-92da00bb245b0398f04fdd966ce001599060f40c.zip
This is David Schultz's swapoff code which I am finally able to commit.
This should be considered highly experimental for the moment. Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=107913
Diffstat (limited to 'sbin/swapon/Makefile')
-rw-r--r--sbin/swapon/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile
index be803b298a37..f052567e76cc 100644
--- a/sbin/swapon/Makefile
+++ b/sbin/swapon/Makefile
@@ -3,5 +3,7 @@
PROG= swapon
MAN= swapon.8
+LINKS= ${BINDIR}/swapon ${BINDIR}/swapoff
+MLINKS= swapon.8 swapoff.8
.include <bsd.prog.mk>