2fde3a4846
Lionel: I fixed small mistakes in the mi file, typos, missing keywords, and whitespace fixes. Change-Id: If0c04b923af328838f2d0950e189bf28995bc0f0
8 lines
190 B
Makefile
8 lines
190 B
Makefile
# $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>
|