aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/sunshar/Makefile
blob: 581e717591f5e8bf48c27ad53104c20223d59feb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
# $Idaemons: /home/cvs/sunshar/Makefile,v 1.1.1.1 2001/09/09 13:49:08 knu Exp $

PREFIX?=	/usr/local
BINDIR=		${PREFIX}/bin
MANDIR=		${PREFIX}/man/man

SCRIPTS=	sunshar.rb
MAN=		sunshar.1

.PATH:	${.CURDIR}/..

.include <bsd.prog.mk>