Makefile revision 1.219
11.219Smrg# $NetBSD: Makefile,v 1.219 2014/12/30 04:22:18 mrg Exp $ 21.68Smikel# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 31.63Scgd 41.110Sthorpej.include <bsd.own.mk> 51.110Sthorpej 61.207SjoergSUBDIR= apply 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.211Schristos false fdformat fgen fincore find finger flock fmt fold fpr from \ 141.217Sginsbach fsplit fstat ftp gcore genassym gencat getaddrinfo getconf getent \ 151.217Sginsbach getopt gprof \ 161.187Smrg head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \ 171.202Stron kdump ktrace ktruss lam last lastcomm ldd leave \ 181.182Schristos locale locate lock logger login logname look lorder m4 \ 191.219Smrg machine mail make man menuc mesg midiplay midirecord mixerctl \ 201.219Smrg mkcsmapper mkdep mkesdb mkfifo mklocale mkstr mktemp mkubootimage \ 211.219Smrg moduli msgc msgs \ 221.214Schristos nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup \ 231.156Selad pagesize passwd paste patch pathchk pkill pmap pmc pr \ 241.130Sjhawk printenv printf progress pwhash qsubst quota radioctl rdist \ 251.193Spooka renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \ 261.210Schristos rup ruptime rusers rwall rwho \ 271.215Srjs script sdiff sdpquery sed seq shar shlock \ 281.212Schristos showmount shuffle sockstat sort spell split stat su systat \ 291.218Schristos tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \ 301.218Schristos tpfmt tput \ 311.128Sperry tr true tset tsort tty ul uname unexpand unifdef \ 321.179Sjoerg uniq units unvis unzip usbhidaction usbhidctl users utoppya \ 331.197Sjmcneill uudecode uuencode uuidgen vacation vgrind videoctl vis \ 341.197Sjmcneill vmstat vndcompress w \ 351.208Sjmmv wall wc what whereis who whois \ 361.183Schristos write xargs xinstall xlint xstr yes 371.123Sthorpej 381.187SmrgSUBDIR+= ../external/zlib/pigz/bin/pigz 391.189Smrg 401.213Schristos.if (${MKGROFF} == "no") 411.213SchristosSUBDIR+= soelim 421.213Schristos.endif 431.213Schristos 441.209Schristos.if (${MKMAKEMANDB} == "no") 451.207SjoergSUBDIR+= apropos whatis 461.207Sjoerg.endif 471.207Sjoerg 481.210Schristos.if (${MKRUMP} != "no") 491.216SpookaSUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \ 501.216Spooka rump_wmd 511.210Schristos.endif 521.210Schristos 531.201Sjoerg.if (${MKBSDGREP} != "no") 541.201SjoergSUBDIR+= grep 551.201Sjoerg.endif 561.201Sjoerg 571.189Smrg.if (${MKPIGZGZIP} != "no") 581.189Smrg# nothing 591.187Smrg.else 601.187SmrgSUBDIR+= gzip 611.187Smrg.endif 621.187Smrg 631.123Sthorpej.if (${MKHESIOD} != "no") 641.123SthorpejSUBDIR+= hesinfo 651.123Sthorpej.endif 661.123Sthorpej 671.123Sthorpej.if (${MKSKEY} != "no") 681.123SthorpejSUBDIR+= skey skeyinfo skeyinit 691.123Sthorpej.endif 701.123Sthorpej 711.123Sthorpej.if (${MKYP} != "no") 721.123SthorpejSUBDIR+= ypcat ypmatch ypwhich 731.123Sthorpej.endif 741.108Sthorpej 751.110Sthorpej.if (${MKCRYPTO} != "no") 761.123SthorpejSUBDIR+= bdes 771.164SjoergSUBDIR+= nbsvtool 781.110Sthorpej.endif 791.1Scgd 801.1Scgd.include <bsd.subdir.mk> 81