Makefile revision 1.207
11.207Sjoerg#	$NetBSD: Makefile,v 1.207 2012/02/07 19:13:31 joerg 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.205Syamt	false fdformat fgen fincore 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.206Syamt	tabs tail talk tcopy tee telnet tftp tic time tip touch tpfmt 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.207Sjoerg	wall wc what whereis who whois window \
351.183Schristos	write xargs xinstall xlint xstr yes
361.123Sthorpej
371.187SmrgSUBDIR+= ../external/zlib/pigz/bin/pigz
381.189Smrg
391.207Sjoerg.if MKMAKEMANDB == "no"
401.207SjoergSUBDIR+= apropos whatis
411.207Sjoerg.endif
421.207Sjoerg
431.201Sjoerg.if (${MKBSDGREP} != "no")
441.201SjoergSUBDIR+= grep
451.201Sjoerg.endif
461.201Sjoerg
471.189Smrg.if (${MKPIGZGZIP} != "no")
481.189Smrg# nothing
491.187Smrg.else
501.187SmrgSUBDIR+= gzip 
511.187Smrg.endif
521.187Smrg
531.123Sthorpej.if (${MKHESIOD} != "no")
541.123SthorpejSUBDIR+= hesinfo
551.123Sthorpej.endif
561.123Sthorpej
571.123Sthorpej.if (${MKSKEY} != "no")
581.123SthorpejSUBDIR+= skey skeyinfo skeyinit
591.123Sthorpej.endif
601.123Sthorpej
611.123Sthorpej.if (${MKYP} != "no")
621.123SthorpejSUBDIR+= ypcat ypmatch ypwhich
631.123Sthorpej.endif
641.108Sthorpej
651.110Sthorpej.if (${MKCRYPTO} != "no")
661.123SthorpejSUBDIR+= bdes
671.164SjoergSUBDIR+= nbsvtool
681.110Sthorpej.endif
691.1Scgd
701.1Scgd.include <bsd.subdir.mk>
71