summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
blob: 2924a54d9fec2e38e66f3f63de9c7e389fc81d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

SUBDIR=	atrun bugfiler comsat fingerd ftpd getNAME getty lfs_cleanerd \
	mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd

# Present but disabled: kpasswdd

.if	${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif	${MACHINE} == "i386"
SUBDIR+=rbootd
.elif	${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud