mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
more-small-obsd-tweaks-20061026
Mention how to build aklog. Don't even try to build kdump for [ofn]bsd.
This commit is contained in:
parent
a51a33beb3
commit
997454bd10
4
README
4
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.
|
||||
|
@ -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 ;; \
|
||||
|
Loading…
Reference in New Issue
Block a user