Makefile revision 1.231
11.231Smaxv# $NetBSD: Makefile,v 1.231 2018/07/13 11:14:14 maxv 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.226Skamil bzip2 bzip2recover c11 c89 c99 cal calendar cap_mkdb cdplay \ 91.204Schristos checknr chflags chpass cksum cmp cleantags col colcrt colrm \ 101.224Schristos column comm compress config crunch csplit ctags cut cvslatest \ 111.228Schristos dc 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.221Schristos getopt gettext 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.227Schristos nbperf nc netgroup netstat newgrp newsyslog nfsstat nice nl nohup \ 231.230Smrg pagesize passwd paste patch pathchk pkill pmap pr \ 241.220Schristos printenv printf progress pwait 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.225Sagc showmount shuffle sockstat sort sortinfo \ 291.225Sagc spell split stat su sys_info systat \ 301.218Schristos tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \ 311.231Smaxv tput \ 321.128Sperry tr true tset tsort tty ul uname unexpand unifdef \ 331.179Sjoerg uniq units unvis unzip usbhidaction usbhidctl users utoppya \ 341.197Sjmcneill uudecode uuencode uuidgen vacation vgrind videoctl vis \ 351.197Sjmcneill vmstat vndcompress w \ 361.208Sjmmv wall wc what whereis who whois \ 371.183Schristos write xargs xinstall xlint xstr yes 381.123Sthorpej 391.187SmrgSUBDIR+= ../external/zlib/pigz/bin/pigz 401.189Smrg 411.213Schristos.if (${MKGROFF} == "no") 421.213SchristosSUBDIR+= soelim 431.213Schristos.endif 441.213Schristos 451.209Schristos.if (${MKMAKEMANDB} == "no") 461.207SjoergSUBDIR+= apropos whatis 471.207Sjoerg.endif 481.207Sjoerg 491.210Schristos.if (${MKRUMP} != "no") 501.216SpookaSUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \ 511.216Spooka rump_wmd 521.210Schristos.endif 531.210Schristos 541.201Sjoerg.if (${MKBSDGREP} != "no") 551.201SjoergSUBDIR+= grep 561.201Sjoerg.endif 571.201Sjoerg 581.189Smrg.if (${MKPIGZGZIP} != "no") 591.189Smrg# nothing 601.187Smrg.else 611.187SmrgSUBDIR+= gzip 621.187Smrg.endif 631.187Smrg 641.123Sthorpej.if (${MKHESIOD} != "no") 651.123SthorpejSUBDIR+= hesinfo 661.123Sthorpej.endif 671.123Sthorpej 681.123Sthorpej.if (${MKSKEY} != "no") 691.123SthorpejSUBDIR+= skey skeyinfo skeyinit 701.123Sthorpej.endif 711.123Sthorpej 721.123Sthorpej.if (${MKYP} != "no") 731.123SthorpejSUBDIR+= ypcat ypmatch ypwhich 741.123Sthorpej.endif 751.108Sthorpej 761.123SthorpejSUBDIR+= bdes 771.164SjoergSUBDIR+= nbsvtool 781.1Scgd 791.1Scgd.include <bsd.subdir.mk> 80