f22b2212e6
- add HOMEPAGE, another distsite, NEED_VERSION and some more docs - respect CC and CFLAGS - move RESDIR from share to share/netatalk - move examples from lib/netatalk to share/examples/netatalk - remove the need for having the source tree installed, just use the headers in /usr/include/netatalk
21 lines
617 B
Plaintext
21 lines
617 B
Plaintext
--- etc/papd/Makefile.orig Tue Oct 22 17:22:20 1996
|
|
+++ etc/papd/Makefile Wed Aug 9 08:36:59 2000
|
|
@@ -15,7 +15,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; \
|
|
${MAKE} ${MFLAGS} CC="${CC}" ADDLIBS="${ADDLIBS}" DEFS="${DEFS}" \
|
|
@@ -56,7 +56,7 @@
|
|
${CPPFLAGS} -c main.c
|
|
|
|
install : all
|
|
- ${INSTALL} -c papd ${SBINDIR}
|
|
+ ${INSTALL} -c papd ${DESTDIR}${SBINDIR}
|
|
|
|
clean :
|
|
rm -f a.out core* *.o *.bak *[Ee]rrs tags
|