From: Jim Rees Date: Wed, 19 Sep 2001 18:59:08 +0000 (+0000) Subject: openbsd-nits-20010919 X-Git-Tag: openafs-devel-1_3_0~293 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bdfa7364be16746448d9149579de6b635ff1390e;p=packages%2Fo%2Fopenafs.git openbsd-nits-20010919 With these small changes, "make" on OpenBSD actually completes! --- diff --git a/Makefile.in b/Makefile.in index 8498c0339..37ddfb1bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -292,7 +292,7 @@ bozo: project ntp audit vfsck: vol set -x; \ case ${SYS_NAME} in \ - sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux* | *fbsd* ) \ + sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux* | *fbsd* | *_obsd* ) \ echo skip vfsck for ${SYS_NAME} ;; \ * ) \ ${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \ diff --git a/src/config/Makefile.i386_obsd29.in b/src/config/Makefile.i386_obsd29.in index d4ec3eedf..1682fe4f5 100644 --- a/src/config/Makefile.i386_obsd29.in +++ b/src/config/Makefile.i386_obsd29.in @@ -1,15 +1,7 @@ # Copyright 1998 Transarc Corporation # -# Keep macros within each section in sorted order for clean diff displays. -# # AFS_OSTYPE used to indicate suffixes and os specific subdirectories. AFS_OSTYPE = OBSD -# Base directory for linux kernel source. Actually a prefix which is complete -# when LINUX_VERS is appended to it. -# LINUX_SRCDIR = /usr/src/linux- -# Default list of Linux kernels to build. Build will run only if all -# can be built. To build a different set, specify LINUX_VERS to make. -# LINUX_VERS = 2.2.5-15 2.2.10 2.2.12 2.2.12-20 2.2.13 2.2.14 # # compilation and link editor flags @@ -26,7 +18,7 @@ SHLIB_CFLAGS= -fpic # # libraries MTLIBS=-pthread -TXLIBS= /usr/lib/libcurses.so +TXLIBS= /usr/lib/libcurses.a XLIBS=@LIB_AFSDB@ -lcompat #