Makefile revision 1.247
1# $NetBSD: Makefile,v 1.247 2025/12/28 16:50:22 thorpej Exp $ 2# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 3 4.include <bsd.own.mk> 5 6SUBDIR= apply asa at \ 7 banner base64 basename biff \ 8 bzip2 bzip2recover c11 c17 c89 c99 cal calendar cap_mkdb cdplay \ 9 checknr chflags chpass cksum cmp cleantags col colcrt colrm \ 10 column comm compress config crunch csplit ctags cut cvslatest \ 11 dc 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 getnameinfo getopt gettext 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 mktemp mkubootimage \ 21 moduli msgc msgs \ 22 nbperf nc netgroup netstat newgrp newsyslog nice nl nohup \ 23 pagesize passwd paste patch pathchk pkill pmap pr \ 24 printenv printf progress pwait pwhash qsubst quota radioctl rdist \ 25 realpath renice resize rev revoke rlogin rpcgen rpcinfo rs rsh \ 26 rup ruptime rusers rwall rwho scmdctl \ 27 script sdiff sed seq shar shlock \ 28 shuffle sockstat sort sortinfo \ 29 spell split stat su sys_info systat \ 30 tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \ 31 tput \ 32 tr true tset tsort tty ul uname unexpand unifdef \ 33 uniq units unvis unzip users utoppya \ 34 uudecode uuencode uuidgen vacation vgrind videoctl vis \ 35 vmstat vndcompress w \ 36 wall wc what whereis who whois \ 37 write xargs xinstall xlint yes 38 39SUBDIR+= ../external/zlib/pigz/bin/pigz 40 41.if (${MKAUDIO} != "no") 42SUBDIR+= aiomixer audio audiocfg 43.endif 44 45.if (${MKBLUETOOTH} != "no") 46SUBDIR+= bthset btkey btpin rfcomm_sppd sdpquery 47.endif 48 49.if (${MKGROFF} == "no") 50SUBDIR+= soelim 51.endif 52 53.if (${MKMAKEMANDB} == "no") 54SUBDIR+= apropos whatis 55.endif 56 57.if (${MKNFS} != "no") 58SUBDIR+= nfsstat showmount 59.endif 60 61.if (${MKRUMP} != "no") 62SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \ 63 shmif_pcapin rump_wmd 64.endif 65 66.if (${MKBSDDIFF} != "no") 67SUBDIR+= diff diff3 68.endif 69 70.if (${MKBSDGREP} != "no") 71SUBDIR+= grep 72.endif 73 74.if (${MKPIGZGZIP} != "no") 75# nothing 76.else 77SUBDIR+= gzip 78.endif 79 80.if (${MKHESIOD} != "no") 81SUBDIR+= hesinfo 82.endif 83 84.if (${MKSKEY} != "no") 85SUBDIR+= skey skeyinfo skeyinit 86.endif 87 88.if (${MKUSB} != "no") 89SUBDIR+= usbhidaction usbhidctl 90.endif 91 92.if (${MKYP} != "no") 93SUBDIR+= ypcat ypmatch ypwhich 94.endif 95 96SUBDIR+= bdes 97SUBDIR+= nbsvtool 98 99.include <bsd.subdir.mk> 100