7 lines
135 B
Makefile
7 lines
135 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 3/21/92
|
|
# $Id: Makefile,v 1.2 1993/07/30 23:51:31 mycroft Exp $
|
|
|
|
PROG= rev
|
|
|
|
.include <bsd.prog.mk>
|