summaryrefslogtreecommitdiff
path: root/devel/frink/files/Makefile.bsd
blob: 9a1e35fcb69be646419d10f47cc73b8dcc51ec50 (plain) (blame)
1
2
3
4
5
6
7
8
9
PROG=	frink
SRCS=	blocks.c config.c frink.c output.c tcl.c token.c util.c vars.c
CFLAGS+=-I${.CURDIR}

BINDIR=	${PREFIX}/bin
MANDIR=	${PREFIX}/man/man
NO_MAN=	regretfully

.include <bsd.prog.mk>