NetBSD/usr.bin/shar/Makefile

11 lines
255 B
Makefile
Raw Normal View History

1996-10-18 09:55:26 +04:00
# $NetBSD: Makefile,v 1.7 1996/10/18 06:19:28 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
1994-12-22 15:30:38 +03:00
MAN= shar.1
1993-03-21 12:45:37 +03:00
beforeinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1993-03-21 12:45:37 +03:00
${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
.include <bsd.prog.mk>