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