NetBSD/bin/cat/Makefile

10 lines
157 B
Makefile
Raw Normal View History

# $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
.ifndef HOSTPROG
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
.endif