Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.62.4.1
      1  1.62.4.1      cgd #	$NetBSD: Makefile,v 1.62.4.1 1996/06/14 17:22:41 cgd Exp $
      2      1.25  mycroft #	from: @(#)Makefile	5.8.1.1 (Berkeley) 5/8/91
      3  1.62.4.1      cgd 
      4  1.62.4.1      cgd .include <bsd.own.mk>			# for EXPORTABLE_SYSTEM definition
      5       1.1      cgd 
      6      1.55      jtc SUBDIR=	apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \
      7      1.46      jtc 	checknr chflags chpass cksum cmp col colcrt colrm column comm \
      8      1.46      jtc 	compress crontab ctags cut dirname du \
      9      1.58       pk 	eject env error expand false file find finger fmt fold fpr from \
     10      1.48      cgd 	fsplit fstat ftp gencat getconf getopt head hexdump id indent \
     11      1.61      mrg 	ipcrm ipcs join jot kdump ktrace lam last lastcomm leave less lex \
     12      1.61      mrg 	locate lock logger login logname look lorder m4 machine mail make man \
     13      1.61      mrg 	mesg mkdep mkfifo mkstr modstat msgs netstat newsyslog nfsstat nice \
     14      1.50      cgd 	nohup pagesize passwd paste patch pr printenv printf quota \
     15      1.56      tls 	rdist renice rev rlogin rpcgen rpcinfo rs \
     16      1.22   brezak 	rsh rup ruptime rusers rwall rwho \
     17      1.48      cgd 	script sed shar showmount skey skeyinit soelim split strings \
     18      1.62  thorpej 	su systat tail talk tcopy tee tftp time \
     19      1.18      cgd 	tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \
     20      1.32      cgd 	unifdef uniq units unvis users uudecode uuencode \
     21      1.35      cgd 	vacation vgrind vi vis vmstat w wall wc what whatis whereis \
     22      1.41      cgd 	which who whois window write \
     23      1.51      cgd 	xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
     24      1.62  thorpej 
     25      1.62  thorpej # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
     26      1.62  thorpej # XXX process.
     27      1.62  thorpej .if !exists(${.CURDIR}/../domestic/usr.bin/telnet) || defined(EXPORTABLE_SYSTEM)
     28      1.62  thorpej SUBDIR+=telnet
     29      1.62  thorpej .endif
     30      1.48      cgd 
     31      1.48      cgd # Don't use the standard tool chain on the alpha.
     32      1.60      jtc .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
     33      1.48      cgd SUBDIR+= ar gprof nm ranlib size strip
     34      1.48      cgd .endif
     35       1.1      cgd 
     36       1.1      cgd .include <bsd.subdir.mk>
     37