12 lines
384 B
Plaintext
12 lines
384 B
Plaintext
--- etc/afpd/Makefile.orig Fri Jan 8 19:06:13 1999
|
|
+++ etc/afpd/Makefile Fri Jan 8 19:06:31 1999
|
|
@@ -21,7 +21,7 @@
|
|
if [ x"${KRBDIR}" != x ]; then \
|
|
KRBLIBS="-lkrb -ldes"; \
|
|
KRBLIBDIRS="-L${KRBDIR}/lib"; \
|
|
- KRBINCPATH="-I${KRBDIR}/include"; \
|
|
+ KRBINCPATH="-I${KRBDIR}/include/kerberosIV"; \
|
|
KRBDEFS="-DKRB"; \
|
|
fi; \
|
|
if [ x"${AFSDIR}" != x ]; then \
|