From 5de41afa5a1976f42997347f4a213e031678ec34 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 24 Jul 2021 19:06:25 +0200 Subject: Add initial implementation --- 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..bfc0afc --- /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}/installiso.ksh ${DESTDIR}${BINDIR}/installiso + +.include -- cgit v1.2.3