summaryrefslogtreecommitdiff
path: root/usr.bin/shar/Makefile
blob: e85965f092ced0c1dd25a50afabba731281f8c93 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.5 1997/09/21 11:50:44 deraadt Exp $

MAN=	shar.1

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

.include <bsd.prog.mk>