Fix for new KerberosFix for new Kerberos44

This commit is contained in:
Mark Murray 1999-09-19 22:14:33 +00:00
parent 69746547bd
commit 105b74f110
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51435
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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