10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/01/31 19:31:31 tv Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= uudecode
|
|
NOMAN= # defined
|
|
|
|
.ifndef HOSTPROG
|
|
.include <bsd.prog.mk>
|
|
.endif
|