Makefile (8af480aec12a6474428b9221825e7e2b2506f364) Makefile (968ed7eedbba9533e7711a795017fb48558c2f5a)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \

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

100 ${_named} \
101 ${_named-checkconf} \
102 ${_named-checkzone} \
103 ${_named.reload} \
104 ${_ndiscvt} \
105 ${_ndp} \
106 newsyslog \
107 nfsd \
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \

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

100 ${_named} \
101 ${_named-checkconf} \
102 ${_named-checkzone} \
103 ${_named.reload} \
104 ${_ndiscvt} \
105 ${_ndp} \
106 newsyslog \
107 nfsd \
108 ${_ngctl} \
108 ngctl \
109 nghook \
110 nologin \
111 ntp \
112 ${_nvram} \
113 ${_ofwdump} \
114 pccard \
115 pciconf \
116 periodic \

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

258_ypserv= ypserv
259_ypset= ypset
260.endif
261
262.if ${MK_AUTHPF} != "no"
263_authpf= authpf
264.endif
265
109 nghook \
110 nologin \
111 ntp \
112 ${_nvram} \
113 ${_ofwdump} \
114 pccard \
115 pciconf \
116 periodic \

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

258_ypserv= ypserv
259_ypset= ypset
260.endif
261
262.if ${MK_AUTHPF} != "no"
263_authpf= authpf
264.endif
265
266.if ${MK_LIBTHR} != "no" || \
267 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
268_ngctl= ngctl
269.endif
270
271.if ${MK_LPR} != "no"
272_lpr= lpr
273.endif
274
275.if ${MK_NS_CACHING} != "no"
276.if ${MK_LIBTHR} != "no" || \
277 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
278_cached= cached

--- 107 unchanged lines hidden ---
266.if ${MK_LPR} != "no"
267_lpr= lpr
268.endif
269
270.if ${MK_NS_CACHING} != "no"
271.if ${MK_LIBTHR} != "no" || \
272 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
273_cached= cached

--- 107 unchanged lines hidden ---