9c0dc173cc
specified in the top level Makefiles.
10 lines
196 B
Makefile
10 lines
196 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}/usr/bin/shar
|
|
|
|
.include <bsd.prog.mk>
|