Makefile revision 1.204
11.204Schristos# $NetBSD: Makefile,v 1.204 2011/10/08 19:16:54 christos Exp $ 21.68Smikel# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 31.63Scgd 41.110Sthorpej.include <bsd.own.mk> 51.110Sthorpej 61.203SmrgSUBDIR= apply apropos asa at audio audiocfg \ 71.159Splunky banner basename biff bthset btkey btpin \ 81.128Sperry bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 91.204Schristos checknr chflags chpass cksum cmp cleantags col colcrt colrm \ 101.186Schristos column comm compress config 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.187Smrg head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \ 161.202Stron kdump ktrace ktruss lam last lastcomm ldd leave \ 171.182Schristos locale locate lock logger login logname look lorder m4 \ 181.134Stshiozak machine mail make man menuc mesg midiplay mixerctl mkcsmapper \ 191.188Sjmcneill mkdep mkesdb mkfifo mklocale mkstr mktemp mkubootimage moduli \ 201.188Sjmcneill msgc msgs \ 211.178Sjoerg nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \ 221.156Selad pagesize passwd paste patch pathchk pkill pmap pmc pr \ 231.130Sjhawk printenv printf progress pwhash qsubst quota radioctl rdist \ 241.193Spooka renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \ 251.199Spooka rump_allserver rump_dhcpclient rump_halt rump_server rup ruptime \ 261.199Spooka rusers rwall rwho \ 271.198Spooka script sdiff sdpquery sed seq shar shlock shmif_dumpbus \ 281.155Stron showmount shuffle sockstat soelim sort spell split stat su systat \ 291.185Sroy tabs tail talk tcopy tee telnet tftp tic time tip touch tput \ 301.128Sperry tr true tset tsort tty ul uname unexpand unifdef \ 311.179Sjoerg uniq units unvis unzip usbhidaction usbhidctl users utoppya \ 321.197Sjmcneill uudecode uuencode uuidgen vacation vgrind videoctl vis \ 331.197Sjmcneill vmstat vndcompress w \ 341.139Smartin wall wc what whatis whereis who whois window \ 351.183Schristos write xargs xinstall xlint xstr yes 361.123Sthorpej 371.187SmrgSUBDIR+= ../external/zlib/pigz/bin/pigz 381.189Smrg 391.201Sjoerg.if (${MKBSDGREP} != "no") 401.201SjoergSUBDIR+= grep 411.201Sjoerg.endif 421.201Sjoerg 431.189Smrg.if (${MKPIGZGZIP} != "no") 441.189Smrg# nothing 451.187Smrg.else 461.187SmrgSUBDIR+= gzip 471.187Smrg.endif 481.187Smrg 491.123Sthorpej.if (${MKHESIOD} != "no") 501.123SthorpejSUBDIR+= hesinfo 511.123Sthorpej.endif 521.123Sthorpej 531.123Sthorpej.if (${MKSKEY} != "no") 541.123SthorpejSUBDIR+= skey skeyinfo skeyinit 551.123Sthorpej.endif 561.123Sthorpej 571.123Sthorpej.if (${MKYP} != "no") 581.123SthorpejSUBDIR+= ypcat ypmatch ypwhich 591.123Sthorpej.endif 601.108Sthorpej 611.110Sthorpej.if (${MKCRYPTO} != "no") 621.123SthorpejSUBDIR+= bdes 631.164SjoergSUBDIR+= nbsvtool 641.110Sthorpej.endif 651.1Scgd 661.1Scgd.include <bsd.subdir.mk> 67