diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 78136064278e..712bf64820ac 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