]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/vis/Makefile
ifconfig(8): wordsmith -G and -g descriptions
[FreeBSD/FreeBSD.git] / usr.bin / vis / Makefile
1
2 PROG=   vis
3 SRCS=   vis.c foldit.c
4
5 .PATH: ${SRCTOP}/contrib/vis
6 CFLAGS+=        -I${SRCTOP}/contrib/vis
7
8 .include <bsd.prog.mk>