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