]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
Don't recognize a file as an a.out shared library unless it has at
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 #       $Id: Makefile,v 1.35 1998/09/04 22:55:17 jb Exp $
3
4 SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
5         makekey mknetid revnetgroup rexecd rlogind \
6         rpc.rquotad rpc.rstatd \
7         rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
8         xtend ypxfr
9
10 .if !defined(NO_SENDMAIL)
11 SUBDIR+=mail.local smrsh
12 .endif
13
14 .if ${MACHINE_ARCH} == i386
15 SUBDIR+=named-xfer
16 .if ${OBJFORMAT} == aout
17 SUBDIR+=rtld-aout
18 .endif
19 .endif
20
21 .if ${OBJFORMAT} == elf
22 SUBDIR+=rtld-elf
23 .endif
24
25 .if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
26 # make release needs both
27 SUBDIR+=telnetd
28 .endif
29
30 # Present but disabled: kpasswdd
31
32 .if     ${MACHINE_ARCH} == "i386"
33 SUBDIR+=rbootd
34 .endif
35
36 .include <bsd.subdir.mk>