Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.201
      1  1.201     joerg #	$NetBSD: Makefile,v 1.201 2011/04/21 14:26:35 joerg 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.192  christos SUBDIR= apply apropos asa at audio \
      7  1.159    plunky 	banner basename biff bthset btkey btpin \
      8  1.128     perry 	bzip2 bzip2recover cal calendar cap_mkdb cdplay \
      9  1.128     perry 	checknr chflags chpass cksum cmp 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.175  christos 	false fdformat fgen find finger fmt fold fpr from \
     14  1.146   thorpej 	fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
     15  1.187       mrg 	head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
     16  1.128     perry 	kdump ktrace ktruss lam last lastcomm ldd leave less \
     17  1.182  christos 	locale locate lock logger login logname look lorder m4 \
     18  1.134  tshiozak 	machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
     19  1.188  jmcneill 	mkdep mkesdb mkfifo mklocale mkstr mktemp mkubootimage moduli \
     20  1.188  jmcneill 	msgc msgs \
     21  1.178     joerg 	nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \
     22  1.156      elad 	pagesize passwd paste patch pathchk pkill pmap pmc pr \
     23  1.130     jhawk 	printenv printf progress pwhash qsubst quota radioctl rdist \
     24  1.193     pooka 	renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \
     25  1.199     pooka 	rump_allserver rump_dhcpclient rump_halt rump_server rup ruptime \
     26  1.199     pooka 	rusers rwall rwho \
     27  1.198     pooka 	script sdiff sdpquery sed seq shar shlock shmif_dumpbus \
     28  1.155      tron 	showmount shuffle sockstat soelim sort spell split stat su systat \
     29  1.185       roy 	tabs tail talk tcopy tee telnet tftp tic time tip touch tput \
     30  1.128     perry 	tr true tset tsort tty ul uname unexpand unifdef \
     31  1.179     joerg 	uniq units unvis unzip usbhidaction usbhidctl users utoppya \
     32  1.197  jmcneill 	uudecode uuencode uuidgen vacation vgrind videoctl vis \
     33  1.197  jmcneill 	vmstat vndcompress w \
     34  1.139    martin 	wall wc what whatis whereis who whois window \
     35  1.183  christos 	write xargs xinstall xlint xstr yes
     36  1.123   thorpej 
     37  1.187       mrg SUBDIR+= ../external/zlib/pigz/bin/pigz
     38  1.189       mrg 
     39  1.201     joerg .if (${MKBSDGREP} != "no")
     40  1.201     joerg SUBDIR+= grep
     41  1.201     joerg .endif
     42  1.201     joerg 
     43  1.189       mrg .if (${MKPIGZGZIP} != "no")
     44  1.189       mrg # nothing
     45  1.187       mrg .else
     46  1.187       mrg SUBDIR+= gzip 
     47  1.187       mrg .endif
     48  1.187       mrg 
     49  1.123   thorpej .if (${MKHESIOD} != "no")
     50  1.123   thorpej SUBDIR+= hesinfo
     51  1.123   thorpej .endif
     52  1.123   thorpej 
     53  1.123   thorpej .if (${MKSKEY} != "no")
     54  1.123   thorpej SUBDIR+= skey skeyinfo skeyinit
     55  1.123   thorpej .endif
     56  1.123   thorpej 
     57  1.123   thorpej .if (${MKYP} != "no")
     58  1.123   thorpej SUBDIR+= ypcat ypmatch ypwhich
     59  1.123   thorpej .endif
     60  1.108   thorpej 
     61  1.110   thorpej .if (${MKCRYPTO} != "no")
     62  1.123   thorpej SUBDIR+= bdes
     63  1.164     joerg SUBDIR+= nbsvtool
     64  1.110   thorpej .endif
     65    1.1       cgd 
     66    1.1       cgd .include <bsd.subdir.mk>
     67