summaryrefslogtreecommitdiff
path: root/usr.bin/shar/Makefile
blob: 75cd1a951b4ab916664eda50f6301c608baaad38 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:39:12 deraadt Exp $
#	$NetBSD: Makefile,v 1.6 1994/12/22 12:30:52 cgd Exp $

MAN=	shar.1

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

.include <bsd.prog.mk>