From c45f789178d18fddd70090dfd2b00000d67ed0cd Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 15 Jan 2008 20:54:02 +0000 Subject: [PATCH] Add bluetooth files to the 'distribution' target. --- etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index c057443184..a228309901 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,6 +1,6 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 # $FreeBSD: src/etc/Makefile,v 1.219.2.38 2003/03/04 09:49:00 ru Exp $ -# $DragonFly: src/etc/Makefile,v 1.208 2008/01/15 14:48:47 matthias Exp $ +# $DragonFly: src/etc/Makefile,v 1.209 2008/01/15 20:54:02 swildner Exp $ .if !defined(NO_SENDMAIL) SUBDIR= sendmail @@ -291,6 +291,7 @@ distribution: ${DEFAULTS} ${DESTDIR}/etc/defaults cd ${.CURDIR}/pam.d; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${PAMD_CONF} ${DESTDIR}/etc/pam.d + cd ${.CURDIR}/bluetooth; ${MAKE} install cd ${.CURDIR}/periodic; ${MAKE} install cd ${.CURDIR}/rc.d; ${MAKE} install cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap -- 2.41.0