From 997454bd10aeb6d5db641da6a1b4f2d687a3a441 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Thu, 26 Oct 2006 17:13:32 +0000 Subject: [PATCH] more-small-obsd-tweaks-20061026 Mention how to build aklog. Don't even try to build kdump for [ofn]bsd. --- README | 4 ++++ src/venus/Makefile.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index be127da540..1c3706dd4e 100644 --- a/README +++ b/README @@ -165,6 +165,10 @@ F OpenBSD Notes --with-bsd-kernel-headers= configure option if your kernel source is not in /usr/src/sys. + If you want to build src/aklog, "setenv KRB5LIBS -lcrypto" and configure + with "--with-krb5". Note that you shouldn't need aklog because heimdal + afslog does (almost) the same thing. + src/packaging/OpenBSD/buildpkg.sh will make a tar file for installing the client. There is no server package, but I am told that "make install" will put server binaries in /usr/afs. diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index 3d8f96686c..b07ce83ede 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -164,7 +164,7 @@ kdump: kdump.o alpha_osf1 | alpha_osf20 | alpha_osf30 | alpha_osf32 | alpha_osf32c | alpha_dux??) \ ${CC} -o kdump kdump.o ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ${XLIBS} -ll -lmld;; \ ncrx86_* ) ${CC} -o kdump kdump.o ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a -lelf ${XLIBS} ;; \ - *nbsd*) touch kdump ;; \ + *bsd*) touch kdump ;; \ * ) ${CC} -o kdump kdump.o ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ${XLIBS} ;; \ esac @@ -210,7 +210,7 @@ kdump.o: kdump.c ${INCLS} AFS_component_version_number.c esac || exit $$?; \ done \ ;; \ - *nbsd*) \ + *bsd*) \ touch kdump.o ;; \ *) \ ${CC} ${KERN_DBG} ${KERN_OPTMZ} -I${TOP_SRCDIR} -I${TOP_INCDIR}/afs \ @@ -326,7 +326,7 @@ dest: kdump-build fs livesys up fstrace cmdebug hp_ux11* ) \ ${INSTALL_SCRIPT} ${srcdir}/kdump.sh.hp_ux11 ${DEST}/etc/kdump; \ ${INSTALL_PROGRAM} kdump-build ${DEST}/etc/kdump ;; \ - *nbsd*) \ + *bsd*) \ ;; \ *) \ ${INSTALL_PROGRAM} kdump-build ${DEST}/etc/kdump ;; \