]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/vis/Makefile
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / usr.bin / vis / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   vis
5 SRCS=   vis.c foldit.c
6
7 .PATH: ${SRCTOP}/contrib/vis
8 CFLAGS+=        -I${SRCTOP}/contrib/vis
9
10 .include <bsd.prog.mk>