summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-28 17:12:24 +0000
committerbde <bde@FreeBSD.org>1994-08-28 17:12:24 +0000
commit4a4ecbcc426ee28097aadd84ac94152b15793010 (patch)
treedf33e050d850304f1f1c2e14964c6c1e4776b776 /usr.sbin/Makefile
parent998cab9143baac99af53e5a62f0c380e16154530 (diff)
downloadFreeBSD-src-4a4ecbcc426ee28097aadd84ac94152b15793010.zip
FreeBSD-src-4a4ecbcc426ee28097aadd84ac94152b15793010.tar.gz
Add swapinfo to SUBDIR. It's been working for a long time.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 2dc96a9..6051d1e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -17,11 +17,11 @@ SUBDIR= accton amd arp chown chroot cron dbsym dev_mkdb diskpart \
# SUBDIR+=XNSrouted trsp
.if make(clean) || make(cleandir)
-SUBDIR+=bad144 config config.new eeprom iostat timed
+SUBDIR+=bad144 config config.new eeprom iostat swapinfo timed
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat timed
.elif ${MACHINE} == "i386"
-SUBDIR+=bad144 config timed
+SUBDIR+=bad144 config swapinfo timed
# iostat
.elif ${MACHINE} == "luna68k"
SUBDIR+=config iostat timed
OpenPOWER on IntegriCloud