7 lines
134 B
Makefile
7 lines
134 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1994/05/19 04:20:29 mycroft Exp $
|
|
|
|
PROG= tee
|
|
|
|
.include <bsd.prog.mk>
|