HardenedBSD/usr.bin/Makefile

65 lines
2.6 KiB
Makefile
Raw Normal View History

1994-09-22 03:26:58 +02:00
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1997-12-15 21:52:24 +01:00
# $Id: Makefile,v 1.92 1997/12/13 09:59:32 msmith Exp $
1994-05-27 14:33:43 +02:00
# XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend
# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
1994-08-08 03:13:35 +02:00
# Moved to secure: bdes
#
1997-12-15 21:52:24 +01:00
SUBDIR= apply ar at banner basename biff brandelf c89 calendar \
1995-02-17 18:37:55 +01:00
cap_mkdb chat checknr chflags chpass cksum col colcrt colldef colrm \
1997-05-28 18:05:18 +02:00
column comm compile_et compress chkey cpp ctags cut dig \
1997-08-18 20:51:46 +02:00
dirname dnsquery doscmd du ee env error expand \
f2c false fetch file file2c \
1995-04-28 11:30:54 +02:00
find finger fmt fold fpr from fsplit fstat ftp gcore gencat getopt \
1997-04-15 14:31:09 +02:00
global gprof head hexdump host id indent ipcrm ipcs \
1997-05-28 18:05:18 +02:00
join jot kdump ktrace key keyinfo keyinit keylogin keylogout killall \
lam last lastcomm leave lex limits locate lock lockf logger login \
logname lorder lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr \
1997-12-15 21:52:24 +01:00
mk_cmds modstat more msgs mt ncal netstat newkey nfsstat nice \
1997-02-07 04:57:21 +01:00
nm nohup opieinfo opiekey opiepasswd pagesize passwd paste pr printenv \
1995-04-28 11:30:54 +02:00
printf quota ranlib rdist renice rev rlogin rpcgen \
rpcinfo rs rsh rup ruptime rusers rwall \
1997-07-19 17:19:08 +02:00
rwho script sed shar showmount size soelim split \
strings strip su symorder talk tconv tcopy tee tftp time \
tip tn3270 top touch tput tr true truss tset tsort tty ul uname \
1996-06-08 05:46:33 +02:00
unexpand unifdef uniq units unvis users uudecode uuencode vacation \
1995-02-23 01:27:08 +01:00
vgrind vi vis w wall wc what whereis which who whois window \
1996-03-24 15:09:33 +01:00
write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
1997-12-13 10:59:32 +01:00
SUBDIR+=gprof4 minigzip
1994-05-27 14:33:43 +02:00
.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
exists(${.CURDIR}/tclsh) && exists (${.CURDIR}/../lib/libtcl)
SUBDIR+=tclsh
.endif
1997-09-28 11:14:41 +02:00
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
# releases do need both
SUBDIR+=telnet
.endif
1994-05-27 14:33:43 +02:00
# Cmp, look and tail all use mmap, so new-VM only.
# F77 and pascal are VAX/Tahoe only.
.if make(clean) || make(cleandir)
# XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the
# machine dependant lines, but we don't have them
SUBDIR+=cmp kzip look sasc systat tail vmstat
.elif ${MACHINE} == "hp300"
1994-05-27 14:33:43 +02:00
SUBDIR+=cmp ld look systat tail vmstat
.elif ${MACHINE} == "i386"
1995-10-03 13:29:28 +01:00
SUBDIR+=cmp kzip look sasc systat tail vmstat
1994-05-28 08:44:34 +02:00
# XXX Use gnu/usr.bin/ld for now
1994-05-27 14:33:43 +02:00
.elif ${MACHINE} == "luna68k"
SUBDIR+=cmp ld look systat tail vmstat
.elif ${MACHINE} == "mips"
SUBDIR+=cmp look systat tail vmstat
.elif ${MACHINE} == "sparc"
SUBDIR+=cmp ld look tail vmstat.sparc
.elif ${MACHINE} == "tahoe"
SUBDIR+=f77 pascal systat vmstat
.elif ${MACHINE} == "vax"
SUBDIR+=f77 pascal systat vmstat
.endif
.include <bsd.subdir.mk>