aa8bdf5f50
host tool.
10 lines
157 B
Makefile
10 lines
157 B
Makefile
# $NetBSD: Makefile,v 1.11 2002/06/10 18:31:12 mason Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= cat
|
|
|
|
.ifndef HOSTPROG
|
|
.include <bsd.prog.mk>
|
|
.endif
|
|
|