xref: /openbsd-src/usr.bin/Makefile (revision acb1415e3c0ad14bfdeb88ee9195da0c0f9ce5ad)
1#	$OpenBSD: Makefile,v 1.168 2022/06/29 08:39:49 job Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR= apply arch at aucat audioctl awk banner \
6	basename bc bgplg \
7	biff cal calendar cap_mkdb cdio chpass cmp col colrm \
8	column comm compress cpp crontab csplit ctags ctfconv ctfdump \
9	cu cut cvs \
10	dc deroff diff diff3 dig dirname doas du encrypt env expand false file \
11	find fgen finger fmt fold from fstat ftp gencat getcap \
12	getconf getent getopt gprof grep head hexdump htpasswd id indent \
13	infocmp ipcrm ipcs \
14	join jot kdump keynote kstat ktrace \
15	lam last lastcomm ldap leave less lex \
16	libtool lndir \
17	locale locate lock logger login logname look lorder \
18	m4 mail make mandoc mesg mg \
19	midicat mixerctl mkdep mklocale mktemp nc netstat \
20	newsyslog \
21	nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \
22	pkg-config pkill \
23	pr printenv printf quota radioctl rcs rdist rdistd \
24	readlink realpath renice rev rpcgen rpcinfo rs rsync rup rusers rwall \
25	sdiff seq script sed sendbug shar showmount signify skey \
26	skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \
27	sort spell split ssh stat su systat \
28	tail talk tcpbench tee telnet tftp tic time timeout \
29	tmux top touch tput tr true ts tset tsort tty usbhidaction usbhidctl \
30	ul uname unexpand unifdef uniq units \
31	unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
32	what which who whois write x99token xargs xinstall \
33	yacc yes
34
35.if (${YP:L} == "yes")
36SUBDIR+=ypcat ypmatch ypwhich
37.endif
38
39.include <bsd.subdir.mk>
40