1# $NetBSD: Makefile,v 1.7 1996/10/18 06:19:28 thorpej Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4MAN= shar.1 5 6beforeinstall: 7 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 8 ${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar 9 10.include <bsd.prog.mk> 11