Deleted Added
full compact
bsd.own.mk (229319) bsd.own.mk (230972)
1# $FreeBSD: head/share/mk/bsd.own.mk 229319 2012-01-02 21:57:58Z rwatson $
1# $FreeBSD: head/share/mk/bsd.own.mk 230972 2012-02-04 00:54:43Z rmh $
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

315 BIND_MTREE \
316 BIND_NAMED \
317 BIND_UTILS \
318 BINUTILS \
319 BLUETOOTH \
320 BOOT \
321 BSD_CPIO \
322 BSNMP \
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

315 BIND_MTREE \
316 BIND_NAMED \
317 BIND_UTILS \
318 BINUTILS \
319 BLUETOOTH \
320 BOOT \
321 BSD_CPIO \
322 BSNMP \
323 SOURCELESS \
324 SOURCELESS_HOST \
325 SOURCELESS_UCODE \
323 BZIP2 \
324 CALENDAR \
325 CAPSICUM \
326 CDDL \
327 CPP \
328 CRYPT \
329 CTM \
330 CVS \

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

506MK_BIND_NAMED:= no
507MK_BIND_UTILS:= no
508.endif
509
510.if ${MK_BIND_MTREE} == "no"
511MK_BIND_ETC:= no
512.endif
513
326 BZIP2 \
327 CALENDAR \
328 CAPSICUM \
329 CDDL \
330 CPP \
331 CRYPT \
332 CTM \
333 CVS \

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

509MK_BIND_NAMED:= no
510MK_BIND_UTILS:= no
511.endif
512
513.if ${MK_BIND_MTREE} == "no"
514MK_BIND_ETC:= no
515.endif
516
517.if ${MK_SOURCELESS} == "no"
518MK_SOURCELESS_HOST:= no
519MK_SOURCELESS_UCODE:= no
520.endif
521
514.if ${MK_CDDL} == "no"
515MK_ZFS:= no
516MK_CTF:= no
517.endif
518
519.if ${MK_CRYPT} == "no"
520MK_OPENSSL:= no
521MK_OPENSSH:= no

--- 106 unchanged lines hidden ---
522.if ${MK_CDDL} == "no"
523MK_ZFS:= no
524MK_CTF:= no
525.endif
526
527.if ${MK_CRYPT} == "no"
528MK_OPENSSL:= no
529MK_OPENSSH:= no

--- 106 unchanged lines hidden ---