summary refs log tree commit diff
path: root/contrib/palaver/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-27 17:23:59 -0400
committerJune McEnroe <june@causal.agency>2020-08-27 17:23:59 -0400
commit7b15b724f982d7cc9f9bd05706f83fbf1892382a (patch)
tree9481f91531aa0ea8c9327128853744040ede59d8 /contrib/palaver/Makefile
parentcontrib/palaver: Fix database search and creation (diff)
downloadpounce-7b15b724f982d7cc9f9bd05706f83fbf1892382a.tar.gz
pounce-7b15b724f982d7cc9f9bd05706f83fbf1892382a.zip
contrib/palaver: Remove rc script
Diffstat (limited to 'contrib/palaver/Makefile')
-rw-r--r--contrib/palaver/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/contrib/palaver/Makefile b/contrib/palaver/Makefile
index 3321ac4..8c8f2d4 100644
--- a/contrib/palaver/Makefile
+++ b/contrib/palaver/Makefile
@@ -14,24 +14,14 @@ all: pounce-palaver
 pounce-palaver: ${OBJS}
 	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
 
-.SUFFIXES: .in
-
-.in:
-	sed -e 's|%%PREFIX%%|${PREFIX}|g' $< > $@
-
 clean:
-	rm -f ${OBJS} pounce-palaver rc.d/pounce_palaver
+	rm -f ${OBJS} pounce-palaver
 
-install: pounce-palaver pounce-palaver.1 ${INSTALLS}
+install: pounce-palaver pounce-palaver.1
 	install -d ${DESTDIR}${PREFIX}/bin ${DESTDIR}${MANDIR}/man1
 	install pounce-palaver ${DESTDIR}${PREFIX}/bin
 	install -m 644 pounce-palaver.1 ${DESTDIR}${MANDIR}/man1
 
-install-rcs: rc.d/pounce_palaver
-	install -d ${DESTDIR}${ETCDIR}/rc.d
-	install rc.d/pounce_palaver ${DESTDIR}${ETCDIR}/rc.d
-
 uninstall:
 	rm -f ${DESTDIR}${PREFIX}/bin/pounce-palaver
 	rm -f ${DESTDIR}${MANDIR}/man1/pounce-palaver.1
-	rm -f ${DESTDIR}${ETCDIR}/rc.d/pounce_palaver
o' href='/libretls/tag/?h=3.3.1p1'>3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe