From 32eb4a205eeb6c20a16e43496a7e4229641889cc Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 12 Oct 2021 15:07:02 +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..552ebda --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +MAN= jotpass.1 +BINDIR= /usr/local/bin +MANDIR= /usr/local/man/man + +beforeinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/jotpass.ksh ${DESTDIR}${BINDIR}/jotpass + +.include -- cgit v1.2.3