This commit is contained in:
Ruslan Ermilov 2003-05-01 21:10:37 +00:00
parent 6a543b1031
commit cbfe6d117c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114460

View File

@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
.PATH: ${.CURDIR}/../dump
PROG= restore
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
CFLAGS+=-DRRESTORE
@ -9,7 +11,6 @@ WARNS= 0
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c
MAN= restore.8
MLINKS+=restore.8 rrestore.8
.PATH: ${.CURDIR}/../dump
MLINKS= restore.8 rrestore.8
.include <bsd.prog.mk>