Home | History | Annotate | Line # | Download | only in usr.bin
      1  1.247   thorpej #	$NetBSD: Makefile,v 1.247 2025/12/28 16:50:22 thorpej 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.245   thorpej SUBDIR= apply asa at \
      7  1.244   thorpej 	banner base64 basename biff \
      8  1.241       nia 	bzip2 bzip2recover c11 c17 c89 c99 cal calendar cap_mkdb cdplay \
      9  1.204  christos 	checknr chflags chpass cksum cmp cleantags col colcrt colrm \
     10  1.224  christos 	column comm compress config crunch csplit ctags cut cvslatest \
     11  1.228  christos 	dc deroff db dirname du \
     12  1.147     perry 	eject elf2aout elf2ecoff env error expand extattr \
     13  1.238       nia 	false fdformat fgen fincore find finger flock fmt fold fpr from \
     14  1.217  ginsbach 	fsplit fstat ftp gcore genassym gencat getaddrinfo getconf getent \
     15  1.242  christos 	getnameinfo getopt gettext gprof \
     16  1.187       mrg 	head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
     17  1.202      tron 	kdump ktrace ktruss lam last lastcomm ldd leave \
     18  1.182  christos 	locale locate lock logger login logname look lorder m4 \
     19  1.219       mrg 	machine mail make man menuc mesg midiplay midirecord mixerctl \
     20  1.239     lukem 	mkcsmapper mkdep mkesdb mkfifo mklocale mktemp mkubootimage \
     21  1.219       mrg 	moduli msgc msgs \
     22  1.246   thorpej 	nbperf nc netgroup netstat newgrp newsyslog nice nl nohup \
     23  1.230       mrg 	pagesize passwd paste patch pathchk pkill pmap pr \
     24  1.220  christos 	printenv printf progress pwait pwhash qsubst quota radioctl rdist \
     25  1.244   thorpej 	realpath renice resize rev revoke rlogin rpcgen rpcinfo rs rsh \
     26  1.236      brad 	rup ruptime rusers rwall rwho scmdctl \
     27  1.244   thorpej 	script sdiff sed seq shar shlock \
     28  1.246   thorpej 	shuffle sockstat sort sortinfo \
     29  1.225       agc 	spell split stat su sys_info systat \
     30  1.238       nia 	tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \
     31  1.231      maxv 	tput \
     32  1.128     perry 	tr true tset tsort tty ul uname unexpand unifdef \
     33  1.247   thorpej 	uniq units unvis unzip users utoppya \
     34  1.197  jmcneill 	uudecode uuencode uuidgen vacation vgrind videoctl vis \
     35  1.197  jmcneill 	vmstat vndcompress w \
     36  1.208      jmmv 	wall wc what whereis who whois \
     37  1.239     lukem 	write xargs xinstall xlint yes
     38  1.123   thorpej 
     39  1.187       mrg SUBDIR+= ../external/zlib/pigz/bin/pigz
     40  1.189       mrg 
     41  1.245   thorpej .if (${MKAUDIO} != "no")
     42  1.245   thorpej SUBDIR+= aiomixer audio audiocfg
     43  1.245   thorpej .endif
     44  1.245   thorpej 
     45  1.244   thorpej .if (${MKBLUETOOTH} != "no")
     46  1.244   thorpej SUBDIR+= bthset btkey btpin rfcomm_sppd sdpquery 
     47  1.244   thorpej .endif
     48  1.244   thorpej 
     49  1.213  christos .if (${MKGROFF} == "no")
     50  1.213  christos SUBDIR+= soelim
     51  1.213  christos .endif
     52  1.213  christos 
     53  1.209  christos .if (${MKMAKEMANDB} == "no")
     54  1.207     joerg SUBDIR+= apropos whatis
     55  1.207     joerg .endif
     56  1.207     joerg 
     57  1.246   thorpej .if (${MKNFS} != "no")
     58  1.246   thorpej SUBDIR+= nfsstat showmount
     59  1.246   thorpej .endif
     60  1.246   thorpej 
     61  1.210  christos .if (${MKRUMP} != "no")
     62  1.216     pooka SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \
     63  1.240     ozaki 	shmif_pcapin rump_wmd
     64  1.210  christos .endif
     65  1.210  christos 
     66  1.243       nia .if (${MKBSDDIFF} != "no")
     67  1.243       nia SUBDIR+= diff diff3
     68  1.243       nia .endif
     69  1.243       nia 
     70  1.201     joerg .if (${MKBSDGREP} != "no")
     71  1.201     joerg SUBDIR+= grep
     72  1.201     joerg .endif
     73  1.201     joerg 
     74  1.189       mrg .if (${MKPIGZGZIP} != "no")
     75  1.189       mrg # nothing
     76  1.187       mrg .else
     77  1.187       mrg SUBDIR+= gzip 
     78  1.187       mrg .endif
     79  1.187       mrg 
     80  1.123   thorpej .if (${MKHESIOD} != "no")
     81  1.123   thorpej SUBDIR+= hesinfo
     82  1.123   thorpej .endif
     83  1.123   thorpej 
     84  1.123   thorpej .if (${MKSKEY} != "no")
     85  1.123   thorpej SUBDIR+= skey skeyinfo skeyinit
     86  1.123   thorpej .endif
     87  1.123   thorpej 
     88  1.247   thorpej .if (${MKUSB} != "no")
     89  1.247   thorpej SUBDIR+= usbhidaction usbhidctl
     90  1.247   thorpej .endif
     91  1.247   thorpej 
     92  1.123   thorpej .if (${MKYP} != "no")
     93  1.123   thorpej SUBDIR+= ypcat ypmatch ypwhich
     94  1.123   thorpej .endif
     95  1.108   thorpej 
     96  1.123   thorpej SUBDIR+= bdes
     97  1.164     joerg SUBDIR+= nbsvtool
     98    1.1       cgd 
     99    1.1       cgd .include <bsd.subdir.mk>
    100