summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2000-06-23 12:38:46 +0000
committernbm <nbm@FreeBSD.org>2000-06-23 12:38:46 +0000
commitd419a606b83c5e0585b8bcc21fba271a9700fb32 (patch)
tree7c09e347f632da1a9a148c24d67e70f53dae84db /etc/Makefile
parent8d5a977e22e4e2bc17e7d6968aa5808f5e9f8e46 (diff)
downloadFreeBSD-src-d419a606b83c5e0585b8bcc21fba271a9700fb32.zip
FreeBSD-src-d419a606b83c5e0585b8bcc21fba271a9700fb32.tar.gz
Fix installworld-breaking bracket hanging around from last commit.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 742c76b..8f5097c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -179,7 +179,7 @@ etc-examples:
${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); \
+ ${DESTDIR}/usr/share/examples/etc/defaults; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/periodic.conf \
${DESTDIR}/usr/share/examples/etc/defaults)
OpenPOWER on IntegriCloud