NetBSD/usr.bin/uudecode/Makefile

11 lines
177 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2002/09/18 14:00:43 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
2001-12-12 04:48:43 +03:00
NOMAN= # defined
1993-03-21 12:45:37 +03:00
PROG= uudecode
2002-01-31 22:31:31 +03:00
.ifndef HOSTPROG
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
2002-01-31 22:31:31 +03:00
.endif