freebsd-dev/libexec/Makefile

36 lines
809 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.31 1998/06/12 16:09:33 peter Exp $
1994-05-27 12:39:25 +00:00
1998-01-30 12:35:10 +00:00
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
mail.local makekey mknetid revnetgroup rexecd rlogind \
1996-08-29 22:17:27 +00:00
rpc.rquotad \
rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
1996-06-25 20:32:30 +00:00
xtend ypxfr
1998-06-01 14:33:06 +00:00
.if ${MACHINE} == i386
SUBDIR+=named-xfer rpc.rstatd
.if ${BINFORMAT} == aout
SUBDIR+=rtld-aout
.endif
1998-06-01 14:33:06 +00:00
.if ${BINFORMAT} == elf
SUBDIR+=rtld-elf
.endif
1998-06-01 14:33:06 +00:00
.endif
1997-09-28 09:07:34 +00:00
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
# make release needs both
SUBDIR+=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>