8 lines
142 B
Makefile
8 lines
142 B
Makefile
# $NetBSD: Makefile,v 1.9 1999/07/08 01:56:09 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
WARNS=2
|
|
PROG= cat
|
|
|
|
.include <bsd.prog.mk>
|