2002-06-10 22:31:12 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2002/06/10 18:31:12 mason Exp $
|
1995-04-23 14:07:18 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= cat
|
|
|
|
|
2002-06-10 22:31:12 +04:00
|
|
|
.ifndef HOSTPROG
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|
2002-06-10 22:31:12 +04:00
|
|
|
.endif
|
|
|
|
|