Deleted Added
full compact
Makefile (256281) Makefile (260013)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/10/libexec/Makefile 256241 2013-10-09 20:47:20Z des $
2# $FreeBSD: stable/10/libexec/Makefile 260013 2013-12-28 20:05:31Z jmmv $
3
4.include <bsd.own.mk>
5
6SUBDIR= ${_atf} \
7 ${_atrun} \
8 bootpd \
9 ${_comsat} \
10 fingerd \

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

28 talkd \
29 tcpd \
30 ${_telnetd} \
31 tftpd \
32 ${_tftp-proxy} \
33 ulog-helper \
34 ${_ypxfr}
35
3
4.include <bsd.own.mk>
5
6SUBDIR= ${_atf} \
7 ${_atrun} \
8 bootpd \
9 ${_comsat} \
10 fingerd \

--- 17 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
40.if ${MK_AT} != "no"
41_atrun= atrun
42.endif
43
44.if ${MK_MAIL} != "no"
45_comsat= comsat
46.endif
47

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

71_mail.local= mail.local
72_smrsh= smrsh
73.endif
74
75.if ${MK_TELNET} != "no"
76_telnetd= telnetd
77.endif
78
36.if ${MK_AT} != "no"
37_atrun= atrun
38.endif
39
40.if ${MK_MAIL} != "no"
41_comsat= comsat
42.endif
43

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

67_mail.local= mail.local
68_smrsh= smrsh
69.endif
70
71.if ${MK_TELNET} != "no"
72_telnetd= telnetd
73.endif
74
75.if ${MK_TESTS} != "no"
76_atf= atf
77.endif
78
79.include <bsd.subdir.mk>
79.include <bsd.subdir.mk>