changed find . -name '*' to find . -type f
[unix-history] / usr.bin / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91
2#
3
4SUBDIR= ar basename biff cal calendar checknr chpass cksum cmp col \
5 colcrt colrm column comm compress cpio crontab ctags cut dirname \
6 du elvis elvisrecover env error expand false file find finger fmt \
7 fold fpr from fsplit fstat ftp gprof groups head hexdump id indent \
8 join ktrace last lastcomm leave less lex locate lock logger login \
9 logname look lorder m4 machine mail make mesg mkdep mkfifo \
10 mkstr more msgs mt netstat nfsstat nice nm nohup pagesize \
11 passwd paste printenv printf quota ranlib rdist ref renice rev rlogin \
12 rsh ruptime rwho sccs script sed shar showmount size soelim split \
13 strings strip su symorder tail talk tcopy tee telnet tftp time \
14 tip tn3270 touch tput tr true tset tsort tty ul unexpand unifdef \
15 uniq unvis users uudecode uuencode vacation vgrind vis vmstat \
16 w wall wc what whereis which who whoami whois \
17 window write xargs xinstall xstr yacc yes
18
19
20# disabled tn3270
21
22.include <bsd.subdir.mk>