summaryrefslogtreecommitdiffstats
path: root/usr.bin/vis/Makefile
blob: 5d860defcde606a8d3f1216e0a41f9c4e2d2dd60 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	vis
SRCS=	vis.c foldit.c

.PATH: ${.CURDIR}/../../contrib/vis
CFLAGS+=	-I${.CURDIR}/../../contrib/vis

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud