]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
openbsd-nits-20010919
authorJim Rees <rees@umich.edu>
Wed, 19 Sep 2001 18:59:08 +0000 (18:59 +0000)
committerJim Rees <rees@umich.edu>
Wed, 19 Sep 2001 18:59:08 +0000 (18:59 +0000)
With these small changes, "make" on OpenBSD actually completes!

Makefile.in
src/config/Makefile.i386_obsd29.in

index 8498c0339b51cd478db8ff6281db78eba46255d1..37ddfb1bc3124569489f394cf836c13365371a22 100644 (file)
@@ -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} ;; \
index d4ec3eedfc8417eb5f6ba6cbfb16051513798817..1682fe4f5e80137fb177637ce0de23d8a14f0a82 100644 (file)
@@ -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
 
 #