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