Makefile revision 114452
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/restore/Makefile 114452 2003-05-01 20:09:58Z markm $
3
4PROG=	restore
5LINKS=	${BINDIR}/restore ${BINDIR}/rrestore
6CFLAGS+=-DRRESTORE
7CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
8WARNS=	0
9SRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
10	dumprmt.c
11MAN=	restore.8
12MLINKS+=restore.8 rrestore.8
13.PATH:	${.CURDIR}/../dump
14
15.include <bsd.prog.mk>
16