diff options
author | phk <phk@FreeBSD.org> | 1995-05-13 17:27:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-05-13 17:27:10 +0000 |
commit | 33b9a83ec87b82b0a56a1bd5c7ff68c13ea70929 (patch) | |
tree | ae4587ff89b824618674cf2cc60b95cce6a79c33 /usr.sbin/Makefile | |
parent | c542ac95d3977a5878cea297413f20247dbe04d4 (diff) | |
download | FreeBSD-src-33b9a83ec87b82b0a56a1bd5c7ff68c13ea70929.zip FreeBSD-src-33b9a83ec87b82b0a56a1bd5c7ff68c13ea70929.tar.gz |
remove swapinfo.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 368d0e1..3dd59dd 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -21,12 +21,12 @@ SUBDIR= ac accton adduser amd arp bootparamd chown chroot cron crunch ctm \ .if make(clean) || make(cleandir) SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \ fdcontrol iostat kbdcontrol lptcontrol mixer ncrcontrol rtprio \ - sgsc spkrtest swapinfo vidcontrol + sgsc spkrtest vidcontrol .elif ${MACHINE} == "hp300" SUBDIR+=config iostat .elif ${MACHINE} == "i386" SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \ - kbdcontrol lptcontrol mixer ncrcontrol rtprio sgsc spkrtest swapinfo \ + kbdcontrol lptcontrol mixer ncrcontrol rtprio sgsc spkrtest \ vidcontrol .elif ${MACHINE} == "luna68k" SUBDIR+=config iostat |