f1f8908049
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
11 lines
182 B
Makefile
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>
|