summaryrefslogtreecommitdiff
path: root/usr.bin/shar/Makefile
blob: b965e98172fc947681c21786dd4f6cc1e27110fa (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.3 1996/12/08 14:32:33 downsj Exp $
#	$NetBSD: Makefile,v 1.6 1994/12/22 12:30:52 cgd Exp $

MAN=	shar.1

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

.include <bsd.prog.mk>