mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
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
9 lines
125 B
Makefile
9 lines
125 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= unvis
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/unvis
|
|
|
|
.include <bsd.prog.mk>
|