From 4d96b8b8000291561c6185ee2abc888231112274 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 19 May 2022 10:23:18 +0200 Subject: Add Makefile, README, and manual page --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5cc9272 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +MAN= installiso.8 +BINDIR= /usr/local/bin +MANDIR= /usr/local/man/man + +beforeinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/temp-postgres.sh ${DESTDIR}${BINDIR}/temp-postgres + +.include -- cgit v1.2.3