Files
bsdports/Tools/scripts/sunshar/Makefile
2019-12-26 07:26:06 +00:00

14 lines
316 B
Makefile

# $FreeBSD: head/Tools/scripts/sunshar/Makefile 340722 2014-01-22 17:00:46Z mat $
# $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>