8 lines
152 B
Makefile
8 lines
152 B
Makefile
# @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
#
|
|
# $Header: /cvsroot/src/bin/cat/Makefile,v 1.3 1993/03/23 00:23:27 cgd Exp $
|
|
|
|
PROG= cat
|
|
|
|
.include <bsd.prog.mk>
|