From 831e2f1049fa64a5b5eed84c80361d45f32d5a81 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 3 Nov 2019 00:28:20 -0400 Subject: Set up /var/run/calico and /usr/local/etc/pounce --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5000038..a41d96d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ LDLIBS = -ltls BINS = calico pounce MANS = ${BINS:=.1} -RCS = ${BINS:%=rc.d/%} +RCS = ${BINS:%=rc.d/%} +DIRS = ${ETCDIR}/pounce /var/run/calico -include config.mk @@ -43,11 +44,13 @@ install: ${BINS} ${MANS} ${RCS} install ${BINS} ${PREFIX}/bin install -m 644 ${MANS} ${MANDIR}/man1 install ${RCS} ${ETCDIR}/rc.d + install -d -m 700 ${DIRS} uninstall: rm -f ${BINS:%=${PREFIX}/bin/%} rm -f ${MANS:%=${MANDIR}/man1/%} rm -f ${RCS:%=${ETCDIR}/%} + rmdir ${DIRS} localhost.crt: printf "[dn]\nCN=localhost\n[req]\ndistinguished_name=dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth" \ -- cgit 1.4.1