Makefile revision 99984
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/apply/Makefile 99984 2002-07-14 18:23:22Z alfred $
3
4PROG=	apply
5WARNS?=	4
6
7.include <bsd.prog.mk>
8