diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2013-06-07 21:40:02 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2013-06-07 21:40:02 +0000 |
| commit | 42f8c5b5800d41d7af6d1e3f55b4bbc72f10ea47 (patch) | |
| tree | 1f627bceaf932e22013baa1c3a548108de20a7f1 /etc/Makefile | |
| parent | 0a79452954b3a59b29b23151d33ef09b2096f4ec (diff) | |
Notes
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index c0806e811e86..f509a19c388e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -143,6 +143,9 @@ MTREE+= BIND.chroot.dist MTREE+= BIND.include.dist .endif .endif +.if ${MK_DEBUG_FILES} != "no" +MTREE+= BSD.debug.dist +.endif PPPCNF= ppp.conf @@ -312,6 +315,9 @@ MTREES= mtree/BSD.root.dist / \ mtree/BSD.var.dist /var \ mtree/BSD.usr.dist /usr \ mtree/BSD.include.dist /usr/include +.if ${MK_DEBUG_FILES} != "no" +MTREES+= mtree/BSD.debug.dist /usr/lib +.endif .if ${MK_BIND_LIBS} != "no" MTREES+= mtree/BIND.include.dist /usr/include .endif |
