Makefile revision 1.183
11.183Schristos# $NetBSD: Makefile,v 1.183 2009/10/29 01:01:17 christos Exp $ 21.68Smikel# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 31.63Scgd 41.110Sthorpej.include <bsd.own.mk> 51.110Sthorpej 61.168SgmcgarrySUBDIR= apply apropos asa at audio awk \ 71.159Splunky banner basename biff bthset btkey btpin \ 81.128Sperry bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 91.128Sperry checknr chflags chpass cksum cmp col colcrt colrm \ 101.153Schristos column comm compress config crontab crunch csplit ctags cut \ 111.147Sperry deroff db dirname du \ 121.147Sperry eject elf2aout elf2ecoff env error expand extattr \ 131.175Schristos false fdformat fgen find finger fmt fold fpr from \ 141.146Sthorpej fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \ 151.146Sthorpej gzip head hexdump iconv id indent innetgr ipcrm ipcs join jot \ 161.128Sperry kdump ktrace ktruss lam last lastcomm ldd leave less \ 171.182Schristos locale locate lock logger login logname look lorder m4 \ 181.134Stshiozak machine mail make man menuc mesg midiplay mixerctl mkcsmapper \ 191.161Sjmmv mkdep mkesdb mkfifo mklocale mkstr mktemp moduli msgc msgs \ 201.178Sjoerg nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \ 211.156Selad pagesize passwd paste patch pathchk pkill pmap pmc pr \ 221.130Sjhawk printenv printf progress pwhash qsubst quota radioctl rdist \ 231.155Stron renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh rup \ 241.157Srmind ruptime rusers rwall rwho script sdiff sdpquery sed seq shar shlock \ 251.155Stron showmount shuffle sockstat soelim sort spell split stat su systat \ 261.173Sroy tabs tail talk tcopy tee telnet tftp time tip tn3270 touch tput \ 271.128Sperry tr true tset tsort tty ul uname unexpand unifdef \ 281.179Sjoerg uniq units unvis unzip usbhidaction usbhidctl users utoppya \ 291.171Schristos uudecode uuencode uuidgen vacation vgrind vis vmstat vndcompress w \ 301.139Smartin wall wc what whatis whereis who whois window \ 311.183Schristos write xargs xinstall xlint xstr yes 321.123Sthorpej 331.123Sthorpej.if (${MKHESIOD} != "no") 341.123SthorpejSUBDIR+= hesinfo 351.123Sthorpej.endif 361.123Sthorpej 371.123Sthorpej.if (${MKKERBEROS} != "no") 381.140SlhaSUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key 391.163SmlelstvSUBDIR+= hxtool verify_krb5_conf gss krb5-config 401.123Sthorpej.endif 411.123Sthorpej 421.123Sthorpej.if (${MKSKEY} != "no") 431.123SthorpejSUBDIR+= skey skeyinfo skeyinit 441.123Sthorpej.endif 451.123Sthorpej 461.123Sthorpej.if (${MKYP} != "no") 471.123SthorpejSUBDIR+= ypcat ypmatch ypwhich 481.123Sthorpej.endif 491.108Sthorpej 501.110Sthorpej.if (${MKCRYPTO} != "no") 511.123SthorpejSUBDIR+= bdes 521.164SjoergSUBDIR+= nbsvtool 531.110Sthorpej.endif 541.1Scgd 551.1Scgd.include <bsd.subdir.mk> 56