Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.215
      1 #	$NetBSD: Makefile,v 1.215 2013/12/28 02:32:01 rjs Exp $
      2 #	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
      3 
      4 .include <bsd.own.mk>
      5 
      6 SUBDIR= apply asa at audio audiocfg \
      7 	banner basename biff bthset btkey btpin \
      8 	bzip2 bzip2recover cal calendar cap_mkdb cdplay \
      9 	checknr chflags chpass cksum cmp cleantags 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 fincore find finger flock 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 \
     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 \
     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 	rup ruptime rusers rwall rwho \
     26 	script sdiff sdpquery sed seq shar shlock \
     27 	showmount shuffle sockstat sort spell split stat su systat \
     28 	tabs tail talk tcopy tee telnet tftp tic time tip touch tpfmt tput \
     29 	tr true tset tsort tty ul uname unexpand unifdef \
     30 	uniq units unvis unzip usbhidaction usbhidctl users utoppya \
     31 	uudecode uuencode uuidgen vacation vgrind videoctl vis \
     32 	vmstat vndcompress w \
     33 	wall wc what whereis who whois \
     34 	write xargs xinstall xlint xstr yes
     35 
     36 SUBDIR+= ../external/zlib/pigz/bin/pigz
     37 
     38 .if (${MKGROFF} == "no")
     39 SUBDIR+= soelim
     40 .endif
     41 
     42 .if (${MKMAKEMANDB} == "no")
     43 SUBDIR+= apropos whatis
     44 .endif
     45 
     46 .if (${MKRUMP} != "no")
     47 SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus
     48 .endif
     49 
     50 .if (${MKBSDGREP} != "no")
     51 SUBDIR+= grep
     52 .endif
     53 
     54 .if (${MKPIGZGZIP} != "no")
     55 # nothing
     56 .else
     57 SUBDIR+= gzip 
     58 .endif
     59 
     60 .if (${MKHESIOD} != "no")
     61 SUBDIR+= hesinfo
     62 .endif
     63 
     64 .if (${MKSKEY} != "no")
     65 SUBDIR+= skey skeyinfo skeyinit
     66 .endif
     67 
     68 .if (${MKYP} != "no")
     69 SUBDIR+= ypcat ypmatch ypwhich
     70 .endif
     71 
     72 .if (${MKCRYPTO} != "no")
     73 SUBDIR+= bdes
     74 SUBDIR+= nbsvtool
     75 .endif
     76 
     77 .include <bsd.subdir.mk>
     78