Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.168
      1 #	$NetBSD: Makefile,v 1.168 2008/08/16 23:59:45 gmcgarry 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 \
      7 	banner basename biff bthset btkey btpin \
      8 	bzip2 bzip2recover cal calendar cap_mkdb cdplay \
      9 	checknr chflags chpass cksum cmp col colcrt colrm \
     10 	column comm compress config crontab crunch csplit ctags cut \
     11 	deroff db dirname du \
     12 	eject elf2aout elf2ecoff env error expand extattr \
     13 	false fdformat fgen file find finger fmt fold fpr from \
     14 	fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
     15 	gzip head hexdump iconv id indent innetgr ipcrm ipcs join jot \
     16 	kdump ktrace ktruss lam last lastcomm ldd leave less \
     17 	lex locale locate lock logger login logname look lorder m4 \
     18 	machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
     19 	mkdep mkesdb mkfifo mklocale mkstr mktemp moduli msgc msgs \
     20 	netgroup netstat newgrp newsyslog nfsstat nice nl nohup \
     21 	pagesize passwd paste patch pathchk pkill pmap pmc pr \
     22 	printenv printf progress pwhash qsubst quota radioctl rdist \
     23 	renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh rup \
     24 	ruptime rusers rwall rwho script sdiff sdpquery sed seq shar shlock \
     25 	showmount shuffle sockstat soelim sort spell split stat su systat \
     26 	tail talk tcopy tee telnet tftp time tip tn3270 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 (${MKATF} != "no")
     34 SUBDIR+= atf-compile atf-config atf-report atf-run atf-version
     35 .endif
     36 
     37 .if (${MKHESIOD} != "no")
     38 SUBDIR+= hesinfo
     39 .endif
     40 
     41 .if (${MKKERBEROS} != "no")
     42 SUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key
     43 SUBDIR+= hxtool verify_krb5_conf gss krb5-config
     44 .endif
     45 
     46 .if (!(${MKMODULAR} != "no"))
     47 SUBDIR+= modstat
     48 .endif
     49 
     50 .if (${MKNVI} != "no")
     51 SUBDIR+= nvi
     52 .endif
     53 
     54 .if (${MKSKEY} != "no")
     55 SUBDIR+= skey skeyinfo skeyinit
     56 .endif
     57 
     58 .if (${MKYP} != "no")
     59 SUBDIR+= ypcat ypmatch ypwhich
     60 .endif
     61 
     62 .if (${MKCRYPTO} != "no")
     63 SUBDIR+= openssl
     64 SUBDIR+= bdes
     65 SUBDIR+= nbsvtool
     66 SUBDIR+= ssh
     67 .endif
     68 
     69 .include <bsd.subdir.mk>
     70