summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-04-03 19:24:25 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-04-03 19:24:25 +0000
commit6c940a99c27f5eba7cddc3239407e7032fcd509c (patch)
tree255b54402bef2a9e47e8cad979f03a5da1400e9a /etc/Makefile
parenta26d62cb052a78816c584f2169fbff734cfdc080 (diff)
downloadFreeBSD-src-6c940a99c27f5eba7cddc3239407e7032fcd509c.zip
FreeBSD-src-6c940a99c27f5eba7cddc3239407e7032fcd509c.tar.gz
Enable etc/defaults/pccard.conf which is default configuration file
for pccardd. Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf as well. Note that old pccard.conf.sample still remains for while but no longer to be maintained. Reviewed by: imp, -mobile ML and nomads ML in Japan.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a3bf754..1b2ff00 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -58,6 +58,7 @@ distribution:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN2} ${DESTDIR}/etc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/rc.conf ${DESTDIR}/etc/defaults/; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/make.conf ${DESTDIR}/etc/defaults/; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/pccard.conf ${DESTDIR}/etc/defaults/; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/cron; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
@@ -165,6 +166,8 @@ etc-examples:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/rc.conf \
${DESTDIR}/usr/share/examples/etc/defaults; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/make.conf \
+ ${DESTDIR}/usr/share/examples/etc/defaults; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/pccard.conf \
${DESTDIR}/usr/share/examples/etc/defaults)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud