From bdfa7364be16746448d9149579de6b635ff1390e Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Wed, 19 Sep 2001 18:59:08 +0000 Subject: [PATCH] openbsd-nits-20010919 With these small changes, "make" on OpenBSD actually completes! --- Makefile.in | 2 +- src/config/Makefile.i386_obsd29.in | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8498c03..37ddfb1 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 d4ec3ee..1682fe4 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 # -- 1.9.4