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} ;; \
# 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
#
# libraries
MTLIBS=-pthread
-TXLIBS= /usr/lib/libcurses.so
+TXLIBS= /usr/lib/libcurses.a
XLIBS=@LIB_AFSDB@ -lcompat
#