Deleted Added
full compact
Makefile (200062) Makefile (241823)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/Makefile 200062 2009-12-03 15:48:24Z ed $
2# $FreeBSD: head/libexec/Makefile 241823 2012-10-22 01:18:41Z marcel $
3
4.include <bsd.own.mk>
5
3
4.include <bsd.own.mk>
5
6SUBDIR= ${_atrun} \
6SUBDIR= ${_atf} \
7 ${_atrun} \
7 bootpd \
8 ${_comsat} \
9 fingerd \
10 ftpd \
11 getty \
12 ${_mail.local} \
13 ${_mknetid} \
14 ${_pppoed} \

--- 12 unchanged lines hidden (view full) ---

27 talkd \
28 tcpd \
29 ${_telnetd} \
30 tftpd \
31 ${_tftp-proxy} \
32 ulog-helper \
33 ${_ypxfr}
34
8 bootpd \
9 ${_comsat} \
10 fingerd \
11 ftpd \
12 getty \
13 ${_mail.local} \
14 ${_mknetid} \
15 ${_pppoed} \

--- 12 unchanged lines hidden (view full) ---

28 talkd \
29 tcpd \
30 ${_telnetd} \
31 tftpd \
32 ${_tftp-proxy} \
33 ulog-helper \
34 ${_ypxfr}
35
36.if ${MK_ATF} != "no"
37_atf= atf
38.endif
39
35.if ${MK_AT} != "no"
36_atrun= atrun
37.endif
38
39.if ${MK_MAIL} != "no"
40_comsat= comsat
41.endif
42

--- 32 unchanged lines hidden ---
40.if ${MK_AT} != "no"
41_atrun= atrun
42.endif
43
44.if ${MK_MAIL} != "no"
45_comsat= comsat
46.endif
47

--- 32 unchanged lines hidden ---