freebsd-skq/usr.bin/shar/Makefile
2001-03-27 10:52:19 +00:00

11 lines
208 B
Makefile

# @(#)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>