1#	@(#)Makefile	8.1 (Berkeley) 06/09/93
2
3PROG=	ex3.7recover
4SRCS=	ex3.7recover.c ex_extern.c
5CFLAGS+=-I${.CURDIR}/.. -I${.CURDIR}/../obj -DVMUNIX
6.PATH:	${.CURDIR}/..
7BINOWN=	root
8BINDIR=	/usr/libexec
9BINMODE=4555
10NOMAN=	noman
11
12.include <bsd.prog.mk>
13