HardenedBSD/libexec/Makefile

31 lines
685 B
Makefile
Raw Normal View History

1994-05-27 14:39:25 +02:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1997-02-22 15:22:49 +01:00
# $Id$
1994-05-27 14:39:25 +02:00
1996-01-23 03:23:20 +01:00
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
1996-08-30 00:17:27 +02:00
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
rpc.rquotad \
1996-06-25 22:32:30 +02:00
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
xtend ypxfr
.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
SUBDIR+=telnetd
.else
.if defined(RELEASEDIR)
# make release needs both
SUBDIR+=telnetd
.endif
SUBDIR+= ../eBones/libexec/telnetd
.endif
1994-05-27 14:39:25 +02:00
# Present but disabled: kpasswdd
1994-05-27 14:39:25 +02:00
.if ${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif ${MACHINE} == "i386"
SUBDIR+=rbootd
1994-05-27 14:39:25 +02:00
.elif ${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif
.include <bsd.subdir.mk>