1 1.221 christos # $NetBSD: Makefile,v 1.221 2015/06/03 14:32:16 christos Exp $ 2 1.68 mikel # from: @(#)Makefile 8.3 (Berkeley) 1/7/94 3 1.63 cgd 4 1.110 thorpej .include <bsd.own.mk> 5 1.110 thorpej 6 1.207 joerg SUBDIR= apply asa at audio audiocfg \ 7 1.159 plunky banner basename biff bthset btkey btpin \ 8 1.128 perry bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 9 1.204 christos checknr chflags chpass cksum cmp cleantags col colcrt colrm \ 10 1.186 christos column comm compress config crunch csplit ctags cut \ 11 1.147 perry deroff db dirname du \ 12 1.147 perry eject elf2aout elf2ecoff env error expand extattr \ 13 1.211 christos false fdformat fgen fincore find finger flock fmt fold fpr from \ 14 1.217 ginsbach fsplit fstat ftp gcore genassym gencat getaddrinfo getconf getent \ 15 1.221 christos getopt gettext gprof \ 16 1.187 mrg head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \ 17 1.202 tron kdump ktrace ktruss lam last lastcomm ldd leave \ 18 1.182 christos locale locate lock logger login logname look lorder m4 \ 19 1.219 mrg machine mail make man menuc mesg midiplay midirecord mixerctl \ 20 1.219 mrg mkcsmapper mkdep mkesdb mkfifo mklocale mkstr mktemp mkubootimage \ 21 1.219 mrg moduli msgc msgs \ 22 1.214 christos nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup \ 23 1.156 elad pagesize passwd paste patch pathchk pkill pmap pmc pr \ 24 1.220 christos printenv printf progress pwait pwhash qsubst quota radioctl rdist \ 25 1.193 pooka renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \ 26 1.210 christos rup ruptime rusers rwall rwho \ 27 1.215 rjs script sdiff sdpquery sed seq shar shlock \ 28 1.212 christos showmount shuffle sockstat sort spell split stat su systat \ 29 1.218 christos tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \ 30 1.218 christos tpfmt tput \ 31 1.128 perry tr true tset tsort tty ul uname unexpand unifdef \ 32 1.179 joerg uniq units unvis unzip usbhidaction usbhidctl users utoppya \ 33 1.197 jmcneill uudecode uuencode uuidgen vacation vgrind videoctl vis \ 34 1.197 jmcneill vmstat vndcompress w \ 35 1.208 jmmv wall wc what whereis who whois \ 36 1.183 christos write xargs xinstall xlint xstr yes 37 1.123 thorpej 38 1.187 mrg SUBDIR+= ../external/zlib/pigz/bin/pigz 39 1.189 mrg 40 1.213 christos .if (${MKGROFF} == "no") 41 1.213 christos SUBDIR+= soelim 42 1.213 christos .endif 43 1.213 christos 44 1.209 christos .if (${MKMAKEMANDB} == "no") 45 1.207 joerg SUBDIR+= apropos whatis 46 1.207 joerg .endif 47 1.207 joerg 48 1.210 christos .if (${MKRUMP} != "no") 49 1.216 pooka SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \ 50 1.216 pooka rump_wmd 51 1.210 christos .endif 52 1.210 christos 53 1.201 joerg .if (${MKBSDGREP} != "no") 54 1.201 joerg SUBDIR+= grep 55 1.201 joerg .endif 56 1.201 joerg 57 1.189 mrg .if (${MKPIGZGZIP} != "no") 58 1.189 mrg # nothing 59 1.187 mrg .else 60 1.187 mrg SUBDIR+= gzip 61 1.187 mrg .endif 62 1.187 mrg 63 1.123 thorpej .if (${MKHESIOD} != "no") 64 1.123 thorpej SUBDIR+= hesinfo 65 1.123 thorpej .endif 66 1.123 thorpej 67 1.123 thorpej .if (${MKSKEY} != "no") 68 1.123 thorpej SUBDIR+= skey skeyinfo skeyinit 69 1.123 thorpej .endif 70 1.123 thorpej 71 1.123 thorpej .if (${MKYP} != "no") 72 1.123 thorpej SUBDIR+= ypcat ypmatch ypwhich 73 1.123 thorpej .endif 74 1.108 thorpej 75 1.110 thorpej .if (${MKCRYPTO} != "no") 76 1.123 thorpej SUBDIR+= bdes 77 1.164 joerg SUBDIR+= nbsvtool 78 1.110 thorpej .endif 79 1.1 cgd 80 1.1 cgd .include <bsd.subdir.mk> 81