NetBSD/usr.bin/uudecode/Makefile

10 lines
173 B
Makefile
Raw Normal View History

2002-01-31 22:31:31 +03:00
# $NetBSD: Makefile,v 1.6 2002/01/31 19:31:31 tv Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= uudecode
2001-12-12 04:48:43 +03:00
NOMAN= # defined
1993-03-21 12:45:37 +03:00
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