32 lines
1.2 KiB
Makefile
32 lines
1.2 KiB
Makefile
# @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91
|
|
#
|
|
# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
|
|
# -------------------- ----- ----------------------
|
|
# CURRENT PATCH LEVEL: 1 00087
|
|
# -------------------- ----- ----------------------
|
|
#
|
|
# 09 Mar 93 Rodney W. Grimes Added netstat, rwho, and ruptime
|
|
# to SUBDIR
|
|
#
|
|
|
|
# BROKEN: tn3270 rcs
|
|
|
|
SUBDIR= ar awk biff basename cal calendar \
|
|
checknr chpass cksum cmp col colcrt colrm column comm compress \
|
|
cpio crontab ctags cut diff diff3 dirname du egrep elvis elvisrecover \
|
|
env expand false fgrep file find finger fmt fold from fstat ftp \
|
|
g++ gas gcc gdb gprof grep groff groups head hexdump id join \
|
|
ktrace last ld leave lex locate lock logger \
|
|
login logname lorder m4 machine mail make man mesg mkdep mkfifo \
|
|
mkstr more netstat nfsstat nice nm nohup pagesize \
|
|
passwd paste pr printenv printf ranlib \
|
|
rdist renice rlogin rsh ruptime rwho script sed \
|
|
shar showmount size soelim sort split strings \
|
|
strip su symorder tail talk tar tee telnet tftp time \
|
|
tip touch tput tr true tsort tty ul unexpand unifdef uniq \
|
|
unvis users uudecode uuencode vacation vis \
|
|
w wall wc what whereis which who whoami whois \
|
|
write xargs xinstall xstr yacc yes
|
|
|
|
.include <bsd.subdir.mk>
|