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/dump/Makefile | |
parent | 323c69d480d4f98f338b3d3d2ec234aeadc3f6ec (diff) | |
download | FreeBSD-src-a90c53c2661755cf2b2b3cb33aaa8600ba62943b.zip FreeBSD-src-a90c53c2661755cf2b2b3cb33aaa8600ba62943b.tar.gz |
Fix for new KerberosFix for new Kerberos44
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r-- | sbin/dump/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 0452bfc..cfa0cf7 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -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 |