|
Lines 7-16
FILESGROUPS= FILES
Link Here
|
| 7 |
|
7 |
|
| 8 |
# No need as it is empty and just causes rebuilds since this file does so much. |
8 |
# No need as it is empty and just causes rebuilds since this file does so much. |
| 9 |
UPDATE_DEPENDFILE= no |
9 |
UPDATE_DEPENDFILE= no |
| 10 |
SUBDIR= \ |
|
|
| 11 |
cron.d \ |
| 12 |
newsyslog.conf.d \ |
| 13 |
syslog.d |
| 14 |
|
10 |
|
| 15 |
.if ${MK_SENDMAIL} != "no" |
11 |
.if ${MK_SENDMAIL} != "no" |
| 16 |
SUBDIR+=sendmail |
12 |
SUBDIR+=sendmail |
|
Lines 255-263
distribution:
Link Here
|
| 255 |
.if ${MK_CASPER} != "no" |
251 |
.if ${MK_CASPER} != "no" |
| 256 |
${_+_}cd ${.CURDIR}/casper; ${MAKE} install |
252 |
${_+_}cd ${.CURDIR}/casper; ${MAKE} install |
| 257 |
.endif |
253 |
.endif |
|
|
254 |
${_+_}cd ${.CURDIR}/cron.d; ${MAKE} install |
| 258 |
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install |
255 |
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install |
| 259 |
${_+_}cd ${.CURDIR}/devd; ${MAKE} install |
256 |
${_+_}cd ${.CURDIR}/devd; ${MAKE} install |
| 260 |
${_+_}cd ${.CURDIR}/gss; ${MAKE} install |
257 |
${_+_}cd ${.CURDIR}/gss; ${MAKE} install |
|
|
258 |
${_+_}cd ${.CURDIR}/newsyslog.conf.d; ${MAKE} install |
| 261 |
.if ${MK_NTP} != "no" |
259 |
.if ${MK_NTP} != "no" |
| 262 |
${_+_}cd ${.CURDIR}/ntp; ${MAKE} install |
260 |
${_+_}cd ${.CURDIR}/ntp; ${MAKE} install |
| 263 |
.endif |
261 |
.endif |
|
Lines 266-271
distribution:
Link Here
|
| 266 |
${_+_}cd ${.CURDIR}/pkg; ${MAKE} install |
264 |
${_+_}cd ${.CURDIR}/pkg; ${MAKE} install |
| 267 |
.endif |
265 |
.endif |
| 268 |
${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install |
266 |
${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install |
|
|
267 |
${_+_}cd ${.CURDIR}/syslog.d; ${MAKE} install |
| 269 |
${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap |
268 |
${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap |
| 270 |
${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt |
269 |
${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt |
| 271 |
${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install |
270 |
${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install |
| 272 |
- |
|
|