summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5cc92725897939574c17cf17fe8dbc455da485d0 (plain)
1
2
3
4
5
6
7
8
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 <bsd.prog.mk>
Generated by cgit. See skreutz.com for my tech blog and contact information.