Makefile revision 1.153
11.153Schristos# $NetBSD: Makefile,v 1.153 2006/09/25 19:21:42 christos Exp $ 21.68Smikel# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 31.63Scgd 41.110Sthorpej.include <bsd.own.mk> 51.110Sthorpej 61.152SgdamoreSUBDIR= apply apropos asa at audio awk banner basename biff bthset btpin \ 71.128Sperry bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 81.128Sperry checknr chflags chpass cksum cmp col colcrt colrm \ 91.153Schristos column comm compress config crontab crunch csplit ctags cut \ 101.147Sperry deroff db dirname du \ 111.147Sperry eject elf2aout elf2ecoff env error expand extattr \ 121.138Smrg false fdformat fgen file find finger fmt fold fpr from \ 131.146Sthorpej fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \ 141.146Sthorpej gzip head hexdump iconv id indent innetgr ipcrm ipcs join jot \ 151.128Sperry kdump ktrace ktruss lam last lastcomm ldd leave less \ 161.136Stshiozak lex locale locate lock logger login logname look lorder m4 \ 171.134Stshiozak machine mail make man menuc mesg midiplay mixerctl mkcsmapper \ 181.149Selad mkdep mkesdb mkfifo mklocale mkstr mktemp modstat moduli msgc msgs \ 191.128Sperry netgroup netstat newsyslog nfsstat nice nl nohup \ 201.151Selad pagesize passwd paste patch pathchk paxctl pkill pmap pmc pr \ 211.130Sjhawk printenv printf progress pwhash qsubst quota radioctl rdist \ 221.152Sgdamore renice rev rfcomm_sppd rlogin rpcgen rpcinfo rs rsh rup ruptime \ 231.152Sgdamore rusers rwall rwho script sdpquery sed seq shar shlock showmount \ 241.147Sperry shuffle sockstat soelim sort spell split stat su systat tail talk \ 251.128Sperry tcopy tee telnet tftp time tip tn3270 top touch tput \ 261.128Sperry tr true tset tsort tty ul uname unexpand unifdef \ 271.150Sscw uniq units unvis usbhidaction usbhidctl users utoppya \ 281.148Shubertf uudecode uuencode uuidgen vacation vgrind vi vis vmstat vndcompress w \ 291.139Smartin wall wc what whatis whereis who whois window \ 301.123Sthorpej write xargs xinstall xlint xstr yacc yes 311.123Sthorpej 321.123Sthorpej.if (${MKHESIOD} != "no") 331.123SthorpejSUBDIR+= hesinfo 341.123Sthorpej.endif 351.123Sthorpej 361.123Sthorpej.if (${MKKERBEROS} != "no") 371.140SlhaSUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key 381.123Sthorpej.endif 391.123Sthorpej 401.123Sthorpej.if (${MKSKEY} != "no") 411.123SthorpejSUBDIR+= skey skeyinfo skeyinit 421.123Sthorpej.endif 431.123Sthorpej 441.123Sthorpej.if (${MKYP} != "no") 451.123SthorpejSUBDIR+= ypcat ypmatch ypwhich 461.123Sthorpej.endif 471.108Sthorpej 481.110Sthorpej.if (${MKCRYPTO} != "no") 491.108SthorpejSUBDIR+= openssl 501.123SthorpejSUBDIR+= bdes 511.112SthorpejSUBDIR+= ssh 521.110Sthorpej.endif 531.1Scgd 541.1Scgd.include <bsd.subdir.mk> 55