xref: /openbsd/usr.bin/Makefile (revision 73471bf0)
1#	$OpenBSD: Makefile,v 1.165 2021/10/13 15:04:53 kn 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 ktrace lam last lastcomm ldap leave less lex \
15	libtool lndir \
16	locale locate lock logger login logname look lorder \
17	m4 mail make mandoc mesg mg \
18	midicat mixerctl mkdep mklocale mktemp nc netstat \
19	newsyslog \
20	nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \
21	pkg-config pkill \
22	pr printenv printf quota radioctl rcs rdist rdistd \
23	readlink realpath renice rev rpcgen rpcinfo rs rsync rup rusers rwall \
24	sdiff script sed sendbug shar showmount signify skey \
25	skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \
26	sort spell split ssh stat su systat \
27	tail talk tcpbench tee telnet tftp tic time timeout \
28	tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
29	ul uname unexpand unifdef uniq units \
30	unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
31	what which who whois write x99token xargs xinstall \
32	yacc yes
33
34.if (${YP:L} == "yes")
35SUBDIR+=ypcat ypmatch ypwhich
36.endif
37
38.include <bsd.subdir.mk>
39