Deleted Added
full compact
Makefile (255413) Makefile (255425)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 255413 2013-09-09 06:02:30Z des $
2# $FreeBSD: head/etc/Makefile 255425 2013-09-09 17:38:02Z des $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

45 remote \
46 rpc \
47 services \
48 shells \
49 sysctl.conf \
50 syslog.conf \
51 termcap.small
52
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

45 remote \
46 rpc \
47 services \
48 shells \
49 sysctl.conf \
50 syslog.conf \
51 termcap.small
52
53.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
53.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
54BIN1+= libmap32.conf
55.endif
56
57.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
58BIN1+= etc.${MACHINE}/ttys
59.elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
60BIN1+= etc.${MACHINE_ARCH}/ttys
61.elif exists(${.CURDIR}/etc.${MACHINE_CPUARCH}/ttys)

--- 340 unchanged lines hidden ---
54BIN1+= libmap32.conf
55.endif
56
57.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
58BIN1+= etc.${MACHINE}/ttys
59.elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
60BIN1+= etc.${MACHINE_ARCH}/ttys
61.elif exists(${.CURDIR}/etc.${MACHINE_CPUARCH}/ttys)

--- 340 unchanged lines hidden ---