summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commitd7fca5c18929944218704fdefd232e6af5683663 (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/Makefile
parent2159e4287dcdfbc49dff55d254fe5924fd0abaac (diff)
downloadFreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.zip
FreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.tar.gz
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 48faf90..6a14503 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -9,22 +9,22 @@ SUBDIR= XNSrouted accton amd arp chown chroot dev_mkdb diskpart \
sliplogin sysctl syslogd traceroute trpt trsp vipw
.if make(clean) || make(cleandir)
-SUBDIR+=bad144 config config.new eeprom iostat timed update
+SUBDIR+=bad144 config config.new eeprom iostat timed
.elif ${MACHINE} == "hp300"
-SUBDIR+=config iostat timed update
+SUBDIR+=config iostat timed
.elif ${MACHINE} == "i386"
SUBDIR+=bad144 config timed
# iostat
.elif ${MACHINE} == "luna68k"
-SUBDIR+=config iostat timed update
+SUBDIR+=config iostat timed
.elif ${MACHINE} == "mips"
-SUBDIR+=config iostat timed update
+SUBDIR+=config iostat timed
.elif ${MACHINE} == "sparc"
-SUBDIR+=config.new eeprom timed update
+SUBDIR+=config.new eeprom timed
.elif ${MACHINE} == "tahoe"
-SUBDIR+=config iostat timed update
+SUBDIR+=config iostat timed
.elif ${MACHINE} == "vax"
-SUBDIR+=bad144 config iostat timed update
+SUBDIR+=bad144 config iostat timed
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud