1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2013-03-15 00:05:50 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= vis
|
|
|
|
SRCS= vis.c foldit.c
|
|
|
|
|
2017-03-12 18:58:44 +00:00
|
|
|
.PATH: ${SRCTOP}/contrib/vis
|
|
|
|
CFLAGS+= -I${SRCTOP}/contrib/vis
|
2013-03-15 00:05:50 +00:00
|
|
|
|
1994-05-27 12:33:43 +00:00
|
|
|
.include <bsd.prog.mk>
|