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
8 lines
149 B
Makefile
8 lines
149 B
Makefile
# $NetBSD: Makefile,v 1.3 1994/11/17 07:55:57 jtc Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= vis
|
|
SRCS= vis.c foldit.c
|
|
|
|
.include <bsd.prog.mk>
|