Makefile revision 1.200
1# $NetBSD: Makefile,v 1.200 2011/04/15 18:05:46 elric Exp $ 2# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 3 4.include <bsd.own.mk> 5 6SUBDIR= apply apropos asa at audio \ 7 banner basename biff bthset btkey btpin \ 8 bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 9 checknr chflags chpass cksum cmp col colcrt colrm \ 10 column comm compress config crunch csplit ctags cut \ 11 deroff db dirname du \ 12 eject elf2aout elf2ecoff env error expand extattr \ 13 false fdformat fgen find finger fmt fold fpr from \ 14 fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \ 15 head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \ 16 kdump ktrace ktruss lam last lastcomm ldd leave less \ 17 locale locate lock logger login logname look lorder m4 \ 18 machine mail make man menuc mesg midiplay mixerctl mkcsmapper \ 19 mkdep mkesdb mkfifo mklocale mkstr mktemp mkubootimage moduli \ 20 msgc msgs \ 21 nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \ 22 pagesize passwd paste patch pathchk pkill pmap pmc pr \ 23 printenv printf progress pwhash qsubst quota radioctl rdist \ 24 renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \ 25 rump_allserver rump_dhcpclient rump_halt rump_server rup ruptime \ 26 rusers rwall rwho \ 27 script sdiff sdpquery sed seq shar shlock shmif_dumpbus \ 28 showmount shuffle sockstat soelim sort spell split stat su systat \ 29 tabs tail talk tcopy tee telnet tftp tic time tip touch tput \ 30 tr true tset tsort tty ul uname unexpand unifdef \ 31 uniq units unvis unzip usbhidaction usbhidctl users utoppya \ 32 uudecode uuencode uuidgen vacation vgrind videoctl vis \ 33 vmstat vndcompress w \ 34 wall wc what whatis whereis who whois window \ 35 write xargs xinstall xlint xstr yes 36 37SUBDIR+= ../external/zlib/pigz/bin/pigz 38 39.if (${MKPIGZGZIP} != "no") 40# nothing 41.else 42SUBDIR+= gzip 43.endif 44 45.if (${MKHESIOD} != "no") 46SUBDIR+= hesinfo 47.endif 48 49.if (${MKSKEY} != "no") 50SUBDIR+= skey skeyinfo skeyinit 51.endif 52 53.if (${MKYP} != "no") 54SUBDIR+= ypcat ypmatch ypwhich 55.endif 56 57.if (${MKCRYPTO} != "no") 58SUBDIR+= bdes 59SUBDIR+= nbsvtool 60.endif 61 62.include <bsd.subdir.mk> 63