summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/restore/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 7813606..712bf64 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -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>
OpenPOWER on IntegriCloud