From b43fb3e9200092f2885e909dc7ee85cb0871cfef Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 15 Dec 2002 19:17:57 +0000 Subject: 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 MFC after: 3 weeks --- sbin/swapon/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/swapon/Makefile') diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index be803b2..f052567 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 -- cgit v1.1