7 lines
135 B
Makefile
7 lines
135 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id: Makefile,v 1.5 1994/09/20 01:24:07 mycroft Exp $
|
|
|
|
PROG= cat
|
|
|
|
.include <bsd.prog.mk>
|