diff options
Diffstat (limited to 'sbin/restore/Makefile')
-rw-r--r-- | sbin/restore/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 16169cb..7de4673 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -7,8 +7,6 @@ CFLAGS+=-DRRESTORE CFLAGS+=-I${.CURDIR}/../../libexec/rlogind SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ dumprmt.c -BINGRP= tty -BINMODE=2555 MAN= restore.8 MLINKS+=restore.8 rrestore.8 .PATH: ${.CURDIR}/../dump |