diff options
author | markm <markm@FreeBSD.org> | 1999-09-19 22:14:33 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-09-19 22:14:33 +0000 |
commit | a90c53c2661755cf2b2b3cb33aaa8600ba62943b (patch) | |
tree | 31379b4721b5ab3c29471097d10fcb08d95f2c1b /sbin/restore | |
parent | 323c69d480d4f98f338b3d3d2ec234aeadc3f6ec (diff) | |
download | FreeBSD-src-a90c53c2661755cf2b2b3cb33aaa8600ba62943b.zip FreeBSD-src-a90c53c2661755cf2b2b3cb33aaa8600ba62943b.tar.gz |
Fix for new KerberosFix for new Kerberos44
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index ca0e521..c14e95a 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -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 |