7 lines
134 B
Makefile
7 lines
134 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.2 1994/09/21 03:17:34 glass Exp $
|
|
|
|
PROG= apply
|
|
|
|
.include <bsd.prog.mk>
|