freebsd-dev/usr.bin/vis/Makefile
Brooks Davis f1f8908049 Replace our (un)vis(1) commands with implementations from NetBSD to
match our import of the (un)vis(3) APIs.

This adds support for multibyte encoding and the -h and -m flags which
support HTTP and MIME encoding respectively.

PR:		bin/175418
Obtained from:	NetBSD
2013-03-15 00:05:50 +00:00

11 lines
182 B
Makefile

# @(#)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>