View | Details | Raw Unified | Return to bug 90438
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 137-143 Link Here
137
.endif
137
.endif
138
.if ${SUBSYS} == client
138
.if ${SUBSYS} == client
139
BIN_FILES=	dhclient
139
BIN_FILES=	dhclient
140
CONF_FILES=	dhclient.conf
140
CLIENT_CONF_FILES=	dhclient.conf
141
SAMP_FILES=	client/dhclient.conf
141
SAMP_FILES=	client/dhclient.conf
142
DATA_FILES=	dhclient.leases
142
DATA_FILES=	dhclient.leases
143
.elif ${SUBSYS} == server
143
.elif ${SUBSYS} == server
Lines 329-335 Link Here
329
.endfor
329
.endfor
330
330
331
create-conf-files:
331
create-conf-files:
332
.for f in ${CONF_FILES}
332
.for f in ${CLIENT_CONF_FILES}
333
.if !exists(${CONF_DIR}/${f})
333
.if !exists(${CONF_DIR}/${f})
334
	@${TOUCH} ${CONF_DIR}/${f}
334
	@${TOUCH} ${CONF_DIR}/${f}
335
.endif
335
.endif

Return to bug 90438