From d7fca5c18929944218704fdefd232e6af5683663 Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 5 Aug 1994 16:31:05 +0000 Subject: Get rid of update. Make man page installation work with our scheme (and rename a few in the process). --- usr.sbin/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.sbin/Makefile') 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 -- cgit v1.1