mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Fix for new KerberosFix for new Kerberos44
This commit is contained in:
parent
69746547bd
commit
105b74f110
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51435
@ -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