NetBSD/usr.bin/shar/Makefile

13 lines
271 B
Makefile
Raw Normal View History

1993-07-31 03:49:23 +04:00
# from: @(#)Makefile 5.1 (Berkeley) 5/23/90
# $Id: Makefile,v 1.4 1993/07/30 23:51:08 mycroft Exp $
1993-03-21 12:45:37 +03:00
MAN1= shar.0
NOPROG=noprog
1993-03-21 12:45:37 +03:00
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
.include <bsd.prog.mk>