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