summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-26 23:59:43 -0500
committerJune McEnroe <june@causal.agency>2019-11-26 23:59:43 -0500
commitdb65889605a2fa5352e90a573b7584a6b7a59dd5 (patch)
treed06ab6efa198f6bbd4dee39c95e44252ce779823
parentLink calico with libcrypto on Linux (diff)
downloadpounce-db65889605a2fa5352e90a573b7584a6b7a59dd5.tar.gz
pounce-db65889605a2fa5352e90a573b7584a6b7a59dd5.zip
Don't always create ${ETCDIR}/rc.d
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ea6c06..6c33ceb 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean:
 	rm -f tags ${BINS} ${OBJS} dispatch.o
 
 install: ${BINS} ${MANS} ${RCS}
-	install -d ${PREFIX}/bin ${MANDIR}/man1 ${ETCDIR}/rc.d
+	install -d ${PREFIX}/bin ${MANDIR}/man1
 	install ${BINS} ${PREFIX}/bin
 	install -m 644 ${MANS} ${MANDIR}/man1
 	if [ -n '${RCS}' ]; then install -d ${ETCDIR}/rc.d; fi