Fix for new KerberosFix for new Kerberos44
This commit is contained in:
parent
69746547bd
commit
105b74f110
@ -16,6 +16,7 @@
|
||||
PROG= dump
|
||||
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
|
||||
CFLAGS+=-DRDUMP
|
||||
CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
|
||||
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
|
||||
BINGRP= tty
|
||||
BINMODE=2555
|
||||
|
@ -4,6 +4,7 @@
|
||||
PROG= restore
|
||||
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user