mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
remove swapinfo.
This commit is contained in:
parent
59392fe2bc
commit
3ee2ce52b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8496
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue