Porting uuencode/uudecode from NetBSD

Lionel: I fixed small mistakes in the mi file, typos, missing keywords,
        and whitespace fixes.

Change-Id: If0c04b923af328838f2d0950e189bf28995bc0f0
This commit is contained in:
Sky Liu
2014-09-07 10:05:15 +08:00
committed by Lionel Sambuc
parent 31b808b8fa
commit 2fde3a4846
17 changed files with 884 additions and 904 deletions

View File

@@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.5 1995/12/05 03:02:31 jtc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= uuencode
MAN= uuencode.1 uuencode.5
MLINKS= uuencode.1 uudecode.1
.include <bsd.prog.mk>