Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.220
      1 #	$NetBSD: Makefile,v 1.220 2015/03/02 21:54:13 christos 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 getaddrinfo getconf getent \
     15 	getopt gprof \
     16 	head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
     17 	kdump ktrace ktruss lam last lastcomm ldd leave \
     18 	locale locate lock logger login logname look lorder m4 \
     19 	machine mail make man menuc mesg midiplay midirecord mixerctl \
     20 	mkcsmapper mkdep mkesdb mkfifo mklocale mkstr mktemp mkubootimage \
     21 	moduli msgc msgs \
     22 	nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup \
     23 	pagesize passwd paste patch pathchk pkill pmap pmc pr \
     24 	printenv printf progress pwait pwhash qsubst quota radioctl rdist \
     25 	renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \
     26 	rup ruptime rusers rwall rwho \
     27 	script sdiff sdpquery sed seq shar shlock \
     28 	showmount shuffle sockstat sort spell split stat su systat \
     29 	tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \
     30 	tpfmt tput \
     31 	tr true tset tsort tty ul uname unexpand unifdef \
     32 	uniq units unvis unzip usbhidaction usbhidctl users utoppya \
     33 	uudecode uuencode uuidgen vacation vgrind videoctl vis \
     34 	vmstat vndcompress w \
     35 	wall wc what whereis who whois \
     36 	write xargs xinstall xlint xstr yes
     37 
     38 SUBDIR+= ../external/zlib/pigz/bin/pigz
     39 
     40 .if (${MKGROFF} == "no")
     41 SUBDIR+= soelim
     42 .endif
     43 
     44 .if (${MKMAKEMANDB} == "no")
     45 SUBDIR+= apropos whatis
     46 .endif
     47 
     48 .if (${MKRUMP} != "no")
     49 SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \
     50 	rump_wmd
     51 .endif
     52 
     53 .if (${MKBSDGREP} != "no")
     54 SUBDIR+= grep
     55 .endif
     56 
     57 .if (${MKPIGZGZIP} != "no")
     58 # nothing
     59 .else
     60 SUBDIR+= gzip 
     61 .endif
     62 
     63 .if (${MKHESIOD} != "no")
     64 SUBDIR+= hesinfo
     65 .endif
     66 
     67 .if (${MKSKEY} != "no")
     68 SUBDIR+= skey skeyinfo skeyinit
     69 .endif
     70 
     71 .if (${MKYP} != "no")
     72 SUBDIR+= ypcat ypmatch ypwhich
     73 .endif
     74 
     75 .if (${MKCRYPTO} != "no")
     76 SUBDIR+= bdes
     77 SUBDIR+= nbsvtool
     78 .endif
     79 
     80 .include <bsd.subdir.mk>
     81