adding GNU dc ("desk calculator")
[unix-history] / usr.sbin / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91
2#
3# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
4# -------------------- ----- ----------------------
5# CURRENT PATCH LEVEL: 3 00162
6# -------------------- ----- ----------------------
7#
8# 09 Mar 93 Rodney W. Grimes Added rwhod to SUBDIR, moved portmap
9# into alphabetic order.
10# 03 Mar 93 Rodney W. Grimes Added 11 new programs from Net/2
11# 26 May 93 Rodney W. Grimes Added keymap for codrv
12#
13
14SUBDIR= accton arp chown chroot config dbsym dev_mkdb diskpart \
15 edquota flcopy gettable htable inetd iostat keymap kgmon kvm_mkdb lpr \
16 mtree named portmap pwd_mkdb quotaon repquota rmt rwhod\
17 sendmail sliplogin syslogd timed traceroute trpt trsp update vipw
18
19.if make(clean) || make(cleandir)
20SUBDIR+=bad144
21.elif ${MACHINE} == "i386"
22SUBDIR+=bad144
23.endif
24
25.include <bsd.subdir.mk>