Deleted Added
full compact
Makefile (22210) Makefile (74848)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/shar/Makefile 74848 2001-03-27 10:52:19Z ru $
2
3
3MAN1= shar.1
4MAN= shar.1
4
5beforeinstall:
6 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7 ${.CURDIR}/shar.sh ${DESTDIR}${BINDIR}/shar
8
9.include <bsd.prog.mk>
5
6beforeinstall:
7 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8 ${.CURDIR}/shar.sh ${DESTDIR}${BINDIR}/shar
9
10.include <bsd.prog.mk>