Makefile revision 22384
1164190Sjkoshy#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
2164190Sjkoshy#	$FreeBSD: head/usr.bin/Makefile 22384 1997-02-07 03:57:21Z pst $
3164190Sjkoshy
4164190Sjkoshy# XXX MISSING:		deroff diction graph learn plot
5164190Sjkoshy#			spell spline struct units xsend
6164190Sjkoshy# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
7164190Sjkoshy# Moved to secure: bdes
8164190Sjkoshy#
9164190SjkoshySUBDIR=	apply ar at banner basename biff brandelf cal calendar \
10164190Sjkoshy	cap_mkdb chat checknr chflags chpass cksum col colcrt colldef colrm \
11164190Sjkoshy	column comm compile_et compress cpp ctags cut dig \
12164190Sjkoshy	dirname dnsquery du ee env error expand f2c false fetch file file2c \
13164190Sjkoshy	find finger fmt fold fpr from fsplit fstat ftp gcore gencat getopt \
14164190Sjkoshy	gprof head hexdump host id indent ipcrm ipcs \
15164190Sjkoshy	join jot kdump ktrace key keyinfo keyinit killall lam last \
16164190Sjkoshy	lastcomm leave lex limits locate lock lockf logger login logname \
17164190Sjkoshy	lorder lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr mk_cmds \
18164190Sjkoshy	modstat more msgs mt netstat nfsstat nice \
19164190Sjkoshy	nm nohup opieinfo opiekey opiepasswd pagesize passwd paste pr printenv \
20164190Sjkoshy	printf quota ranlib rdist renice rev rlogin rpcgen \
21164190Sjkoshy	rpcinfo rs rsh rup ruptime rusers rwall \
22164190Sjkoshy	rwho script sed sgmlfmt sgmls shar showmount size soelim split \
23164190Sjkoshy	strings	strip su symorder talk tclsh tconv tcopy tee tftp time \
24164190Sjkoshy	tip tn3270 touch tput tr true tset tsort tty ul	uname \
25164190Sjkoshy	unexpand unifdef uniq units unvis users uudecode uuencode vacation \
26164190Sjkoshy	vgrind vi vis w wall wc what whereis which who whois window \
27164190Sjkoshy	write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
28164190SjkoshySUBDIR+=gprof4
29164190Sjkoshy
30164190Sjkoshy.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
31164190SjkoshySUBDIR+=telnet
32164190Sjkoshy.else
33164190Sjkoshy.if defined(RELEASEDIR)
34164190Sjkoshy# releases do need both
35164190SjkoshySUBDIR+=telnet
36164190Sjkoshy.endif
37164190SjkoshySUBDIR+= ../eBones/usr.bin/telnet
38164190Sjkoshy.endif
39164190Sjkoshy
40164190Sjkoshy# Cmp, look and tail all use mmap, so new-VM only.
41164190Sjkoshy# F77 and pascal are VAX/Tahoe only.
42164190Sjkoshy.if	make(clean) || make(cleandir)
43164190Sjkoshy# XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the
44164190Sjkoshy#     machine dependant lines, but we don't have them
45164190SjkoshySUBDIR+=cmp kzip look sasc systat tail vmstat
46164190Sjkoshy.elif	${MACHINE} == "hp300"
47164190SjkoshySUBDIR+=cmp ld look systat tail vmstat
48164190Sjkoshy.elif	${MACHINE} == "i386"
49164190SjkoshySUBDIR+=cmp kzip look sasc systat tail vmstat
50164190Sjkoshy# XXX Use gnu/usr.bin/ld for now
51164190Sjkoshy.elif	${MACHINE} == "luna68k"
52164190SjkoshySUBDIR+=cmp ld look systat tail vmstat
53164190Sjkoshy.elif	${MACHINE} == "mips"
54164190SjkoshySUBDIR+=cmp look systat tail vmstat
55164190Sjkoshy.elif	${MACHINE} == "sparc"
56164190SjkoshySUBDIR+=cmp ld look tail vmstat.sparc
57164190Sjkoshy.elif	${MACHINE} == "tahoe"
58164190SjkoshySUBDIR+=f77 pascal systat vmstat
59164190Sjkoshy.elif	${MACHINE} == "vax"
60164190SjkoshySUBDIR+=f77 pascal systat vmstat
61164190Sjkoshy.endif
62164190Sjkoshy
63164190Sjkoshy.include <bsd.subdir.mk>
64164190Sjkoshy