This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / shar / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.1 (Berkeley) 5/23/90
2
78ed81a3 3MAN1= shar.1
15637ed4
RG
4
5all shar: ${MAN1}
6
7clean depend lint tags:
8
15637ed4
RG
9beforeinstall:
10 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11 ${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
12
13.include <bsd.prog.mk>