Makefile (9488993b1d2d6e1db795848986aec7a5d0fd30fb) Makefile (31ef5c6891382c5edfa6ddd9bfd16574d85eee66)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6FILESGROUPS= FILES
7
8# No need as it is empty and just causes rebuilds since this file does so much.

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

26 libalias.conf \
27 libmap.conf \
28 login.access \
29 login.conf \
30 mac.conf \
31 motd \
32 netconfig \
33 networks \
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6FILESGROUPS= FILES
7
8# No need as it is empty and just causes rebuilds since this file does so much.

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

26 libalias.conf \
27 libmap.conf \
28 login.access \
29 login.conf \
30 mac.conf \
31 motd \
32 netconfig \
33 networks \
34 newsyslog.conf \
35 nsswitch.conf \
36 phones \
37 profile \
38 protocols \
39 rc.bsdextended \
40 rc.firewall \
41 remote \
42 rpc \

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

165.endif
166.if ${MK_BLUETOOTH} != "no"
167 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
168.endif
169 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
170 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
171 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
172 ${_+_}cd ${.CURDIR}/mtree; ${MAKE} install
34 nsswitch.conf \
35 phones \
36 profile \
37 protocols \
38 rc.bsdextended \
39 rc.firewall \
40 remote \
41 rpc \

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

164.endif
165.if ${MK_BLUETOOTH} != "no"
166 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
167.endif
168 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
169 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
170 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
171 ${_+_}cd ${.CURDIR}/mtree; ${MAKE} install
173 ${_+_}cd ${.CURDIR}/newsyslog.conf.d; ${MAKE} install
174 ${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
175 ${_+_}cd ${.CURDIR}/syslog.d; ${MAKE} install
176 ${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt
177 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
178.if ${MK_UNBOUND} != "no"
179 if [ ! -e ${DESTDIR}/etc/unbound ]; then \
180 ${INSTALL_SYMLINK} ../var/unbound ${DESTDIR}/etc/unbound; \
181 fi

--- 158 unchanged lines hidden ---
172 ${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
173 ${_+_}cd ${.CURDIR}/syslog.d; ${MAKE} install
174 ${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt
175 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
176.if ${MK_UNBOUND} != "no"
177 if [ ! -e ${DESTDIR}/etc/unbound ]; then \
178 ${INSTALL_SYMLINK} ../var/unbound ${DESTDIR}/etc/unbound; \
179 fi

--- 158 unchanged lines hidden ---