freebsd-dev/usr.bin/shar/Makefile
1997-02-02 14:41:43 +00:00

10 lines
197 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
MAN1= shar.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/shar.sh ${DESTDIR}${BINDIR}/shar
.include <bsd.prog.mk>