summaryrefslogtreecommitdiffstats
path: root/usr.bin/shar/Makefile
blob: 2532421b5a4e8aab97eb91ca799ecad3a04021e3 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

MAN=	shar.1

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud