summaryrefslogtreecommitdiff
path: root/libexec/Makefile
blob: f65fe082ad7a6f87142018e0519264071a8778a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	from: @(#)Makefile	5.7 (Berkeley) 4/1/91
#	$OpenBSD: Makefile,v 1.10 1997/02/26 06:17:01 downsj Exp $

.include <bsd.own.mk>

SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd \
	lfs_cleanerd mail.local makewhatis rexecd rlogind rshd rpc.lockd \
	rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
	talkd tcpd telnetd tftpd uucpd

.if defined(YP)
SUBDIR+=rpc.yppasswdd
.endif

.include <bsd.subdir.mk>