Minimum bandaid to the breakage due to the last gcc40-cleanup.
[dragonfly.git] / libexec / Makefile
blob67d96fd6e8e449af83c88f0b390278828c98d101
1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/Makefile,v 1.42.2.5 2002/11/12 17:32:48 obrien Exp $
3 # $DragonFly: src/libexec/Makefile,v 1.9 2004/09/21 21:25:28 joerg Exp $
5 # Present but disabled: kpasswdd
6 SUBDIR= atrun \
7 bootpd \
8 comsat \
9 fingerd \
10 ftpd \
11 ftp-proxy \
12 getNAME \
13 getty \
14 makekey \
15 makewhatis.local \
16 mknetid \
17 pppoed \
18 rbootd \
19 revnetgroup \
20 rexecd \
21 rlogind \
22 rpc.rquotad \
23 rpc.rstatd \
24 rpc.rusersd \
25 rpc.rwalld \
26 rpc.sprayd \
27 rshd \
28 rtld-elf \
29 talkd \
30 tcpd \
31 tftpd \
32 xtend \
33 ypxfr
35 .if !defined(NO_SENDMAIL)
36 SUBDIR+=mail.local smrsh
37 .endif
39 .if defined(RELEASEDIR) || \
40 !exists(${.CURDIR}/../secure) || defined(NOCRYPT)
41 # make release needs both
42 SUBDIR+=telnetd
43 .endif
45 .if defined(WANT_LUKEMFTPD)
46 SUBDIR+=lukemftpd
47 .endif
49 .include <bsd.subdir.mk>