Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / libexec / Makefile
blob78bb65195e7400cbca70502f187b37bbcb4f6669
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.12 2007/08/02 10:27:01 swildner Exp $
5 # Present but disabled: kpasswdd
6 SUBDIR= atrun \
7 bootpd \
8 comsat \
9 fingerd \
10 ftpd \
11 ftp-proxy \
12 getty \
13 makekey \
14 makewhatis.local \
15 mknetid \
16 pppoed \
17 rbootd \
18 revnetgroup \
19 rexecd \
20 rlogind \
21 rpc.rquotad \
22 rpc.rstatd \
23 rpc.rusersd \
24 rpc.rwalld \
25 rpc.sprayd \
26 rshd \
27 rtld-elf \
28 talkd \
29 tcpd \
30 tftpd \
31 xtend \
32 ypxfr
34 .if !defined(NO_SENDMAIL)
35 SUBDIR+=mail.local smrsh
36 .endif
38 .if defined(RELEASEDIR) || \
39 !exists(${.CURDIR}/../secure) || defined(NO_CRYPT)
40 # make release needs both
41 SUBDIR+=telnetd
42 .endif
44 .include <bsd.subdir.mk>