diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 06:44:34 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 06:44:34 +0000 |
| commit | 1544f99bacf7b5017ad91c667783aa20405c930f (patch) | |
| tree | 7f804cac38f94d613a1adec41a34306af86d7a43 /usr.sbin | |
| parent | 020d25e037b07aaecfedc14f3557e65310f63dac (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 84676086deb5..48faf907d20f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,26 +1,30 @@ # @(#)Makefile 5.20 (Berkeley) 6/12/93 -SUBDIR= ac accton amd arp chown chroot cron dev_mkdb diskpart edquota \ - inetd kgmon kvm_mkdb lpr mkproto mtree portmap pstat pwd_mkdb \ - quot quotaon repquota rmt rwhod sa sendmail sliplogin sysctl \ - syslogd traceroute trpt trsp update vipw +# XXX MISSING: cron mkproto sa +# XXX MISSING SOURCES: ac quot +# XXX TEMP. BROKEN: iostat +SUBDIR= XNSrouted accton amd arp chown chroot dev_mkdb diskpart \ + edquota inetd kgmon kvm_mkdb lpr mtree portmap pstat \ + pwd_mkdb quotaon repquota routed rmt rwhod sendmail \ + sliplogin sysctl syslogd traceroute trpt trsp vipw .if make(clean) || make(cleandir) -SUBDIR+=bad144 config config.new eeprom iostat timed +SUBDIR+=bad144 config config.new eeprom iostat timed update .elif ${MACHINE} == "hp300" -SUBDIR+=config iostat timed +SUBDIR+=config iostat timed update .elif ${MACHINE} == "i386" -SUBDIR+=bad144 config iostat +SUBDIR+=bad144 config timed +# iostat .elif ${MACHINE} == "luna68k" -SUBDIR+=config iostat timed +SUBDIR+=config iostat timed update .elif ${MACHINE} == "mips" -SUBDIR+=config iostat timed +SUBDIR+=config iostat timed update .elif ${MACHINE} == "sparc" -SUBDIR+=config.new eeprom timed +SUBDIR+=config.new eeprom timed update .elif ${MACHINE} == "tahoe" -SUBDIR+=config iostat timed +SUBDIR+=config iostat timed update .elif ${MACHINE} == "vax" -SUBDIR+=bad144 config iostat timed +SUBDIR+=bad144 config iostat timed update .endif .include <bsd.subdir.mk> |
