freebsd-dev/libexec/Makefile

29 lines
631 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1996-01-23 02:23:20 +00:00
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
1996-01-05 09:44:31 +00:00
mail.local makekey revnetgroup rexecd rlogind rpc.rquotad rpc.rstatd \
1996-02-13 14:59:20 +00:00
rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd xtend \
ypxfr
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+=telnetd
.else
.if defined(RELEASEDIR)
# make release needs both
SUBDIR+=telnetd
.endif
SUBDIR+= ../secure/libexec/telnetd
.endif
1994-05-27 12:39:25 +00:00
# Present but disabled: kpasswdd
1994-05-27 12:39:25 +00:00
.if ${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif ${MACHINE} == "i386"
SUBDIR+=rbootd
1994-05-27 12:39:25 +00:00
.elif ${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif
.include <bsd.subdir.mk>