Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.134
      1  1.134  tshiozak #	$NetBSD: Makefile,v 1.134 2003/06/26 06:30:12 tshiozak Exp $
      2   1.68     mikel #	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
      3   1.63       cgd 
      4  1.110   thorpej .include <bsd.own.mk>
      5  1.110   thorpej 
      6  1.128     perry SUBDIR= apply apropos asa at audio banner basename biff \
      7  1.128     perry 	bzip2 bzip2recover cal calendar cap_mkdb cdplay \
      8  1.128     perry 	checknr chflags chpass cksum cmp col colcrt colrm \
      9  1.128     perry 	column comm compress crontab crunch ctags cut \
     10  1.129     lukem 	db dirname du eject elf2aout elf2ecoff env error expand \
     11  1.128     perry 	false fdformat fgen file find finger fmt fold fpr \
     12  1.131  christos 	from fsplit fstat ftp gcore gencat getconf getopt gprof \
     13  1.128     perry 	head hexdump id indent innetgr ipcrm ipcs join jot \
     14  1.128     perry 	kdump ktrace ktruss lam last lastcomm ldd leave less \
     15  1.128     perry 	lex locate lock logger login logname look lorder m4 \
     16  1.134  tshiozak 	machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
     17  1.134  tshiozak 	mkdep mkesdb mkfifo mklocale mkstr mktemp modstat msgc msgs \
     18  1.128     perry 	netgroup netstat newsyslog nfsstat nice nl nohup \
     19  1.133      salo 	pagesize passwd paste patch pathchk pkill pmap pmc pr \
     20  1.130     jhawk 	printenv printf progress pwhash qsubst quota radioctl rdist \
     21  1.128     perry 	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime \
     22  1.128     perry 	rusers rwall rwho script sed shar shlock showmount \
     23  1.128     perry 	shuffle soelim sort split stat su systat tail talk \
     24  1.128     perry 	tcopy tee telnet tftp time tip tn3270 top touch tput \
     25  1.128     perry 	tr true tset tsort tty ul uname unexpand unifdef \
     26  1.128     perry 	uniq units unvis usbhidaction usbhidctl users \
     27   1.75     perry 	uudecode uuencode vacation vgrind vi vis vmstat w \
     28   1.75     perry 	wall wc what whatis whereis which who whois window \
     29  1.123   thorpej 	write xargs xinstall xlint xstr yacc yes
     30  1.123   thorpej 
     31  1.123   thorpej .if (${MKHESIOD} != "no")
     32  1.123   thorpej SUBDIR+= hesinfo
     33  1.123   thorpej .endif
     34  1.123   thorpej 
     35  1.123   thorpej .if (${MKKERBEROS} != "no")
     36  1.132       lha SUBDIR+= compile_et kdestroy kinit klist mk_cmds string2key
     37  1.123   thorpej .endif
     38  1.123   thorpej 
     39  1.123   thorpej .if (${MKSKEY} != "no")
     40  1.123   thorpej SUBDIR+= skey skeyinfo skeyinit
     41  1.123   thorpej .endif
     42  1.123   thorpej 
     43  1.123   thorpej .if (${MKYP} != "no")
     44  1.123   thorpej SUBDIR+= ypcat ypmatch ypwhich
     45  1.123   thorpej .endif
     46  1.108   thorpej 
     47  1.110   thorpej .if (${MKCRYPTO} != "no")
     48  1.108   thorpej SUBDIR+= openssl
     49  1.123   thorpej SUBDIR+= bdes
     50  1.112   thorpej SUBDIR+= ssh
     51  1.110   thorpej .endif
     52    1.1       cgd 
     53    1.1       cgd .include <bsd.subdir.mk>
     54