summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand/binstall/Makefile
blob: 5638fe7003f7949e4951051a8b8e037cbcf4b9e5 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.3 2012/09/02 23:23:51 pascal Exp $

NOMAN=	noman

beforeinstall:
	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall

.include <bsd.prog.mk>