Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.153
      1  1.153  christos #	$NetBSD: Makefile,v 1.153 2006/09/25 19:21:42 christos 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.152   gdamore SUBDIR= apply apropos asa at audio awk banner basename biff bthset btpin \
      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.153  christos 	column comm compress config crontab crunch csplit ctags cut \
     10  1.147     perry 	deroff db dirname du \
     11  1.147     perry 	eject elf2aout elf2ecoff env error expand extattr \
     12  1.138       mrg 	false fdformat fgen file find finger fmt fold fpr from \
     13  1.146   thorpej 	fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
     14  1.146   thorpej 	gzip head hexdump iconv id indent innetgr ipcrm ipcs join jot \
     15  1.128     perry 	kdump ktrace ktruss lam last lastcomm ldd leave less \
     16  1.136  tshiozak 	lex locale locate lock logger login logname look lorder m4 \
     17  1.134  tshiozak 	machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
     18  1.149      elad 	mkdep mkesdb mkfifo mklocale mkstr mktemp modstat moduli msgc msgs \
     19  1.128     perry 	netgroup netstat newsyslog nfsstat nice nl nohup \
     20  1.151      elad 	pagesize passwd paste patch pathchk paxctl pkill pmap pmc pr \
     21  1.130     jhawk 	printenv printf progress pwhash qsubst quota radioctl rdist \
     22  1.152   gdamore 	renice rev rfcomm_sppd rlogin rpcgen rpcinfo rs rsh rup ruptime \
     23  1.152   gdamore 	rusers rwall rwho script sdpquery sed seq shar shlock showmount \
     24  1.147     perry 	shuffle sockstat soelim sort spell split stat su systat tail talk \
     25  1.128     perry 	tcopy tee telnet tftp time tip tn3270 top touch tput \
     26  1.128     perry 	tr true tset tsort tty ul uname unexpand unifdef \
     27  1.150       scw 	uniq units unvis usbhidaction usbhidctl users utoppya \
     28  1.148   hubertf 	uudecode uuencode uuidgen vacation vgrind vi vis vmstat vndcompress w \
     29  1.139    martin 	wall wc what whatis whereis who whois window \
     30  1.123   thorpej 	write xargs xinstall xlint xstr yacc yes
     31  1.123   thorpej 
     32  1.123   thorpej .if (${MKHESIOD} != "no")
     33  1.123   thorpej SUBDIR+= hesinfo
     34  1.123   thorpej .endif
     35  1.123   thorpej 
     36  1.123   thorpej .if (${MKKERBEROS} != "no")
     37  1.140       lha SUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key
     38  1.123   thorpej .endif
     39  1.123   thorpej 
     40  1.123   thorpej .if (${MKSKEY} != "no")
     41  1.123   thorpej SUBDIR+= skey skeyinfo skeyinit
     42  1.123   thorpej .endif
     43  1.123   thorpej 
     44  1.123   thorpej .if (${MKYP} != "no")
     45  1.123   thorpej SUBDIR+= ypcat ypmatch ypwhich
     46  1.123   thorpej .endif
     47  1.108   thorpej 
     48  1.110   thorpej .if (${MKCRYPTO} != "no")
     49  1.108   thorpej SUBDIR+= openssl
     50  1.123   thorpej SUBDIR+= bdes
     51  1.112   thorpej SUBDIR+= ssh
     52  1.110   thorpej .endif
     53    1.1       cgd 
     54    1.1       cgd .include <bsd.subdir.mk>
     55