$NetBSD: patch-aw,v 1.4 2005/12/15 21:28:48 wennmach Exp $

Don't build tests that won't compile (they're not installed anyway).
Fiddle with libs.

--- tests/Makefile.in.orig	2005-03-11 10:03:00.000000000 +0100
+++ tests/Makefile.in	2005-03-11 10:06:47.000000000 +0100
@@ -15,10 +15,10 @@
 DEFS		= @DEFS@
 LDFLAGS		= @LDFLAGS@
 LIBS		= @LIBS@
-ROKEN_LIBS	= @LIB_roken@
+ROKEN_LIBS	= @LIB_roken@ @LIB_crypt@
 KAFS_LIBS	= @AFS_EXTRA_LIBS@ @KAFS_LIBS@
 KRB_LIBS	= @KRB5_LIB_FLAGS@
-APPL_LIB	= -L../appl/lib -larlalib \
+APPL_LIB	= ../appl/lib/libarlalib.la \
 		  ../lib/ko/libko.la ../util/libarlautil.la
 
 
@@ -30,17 +30,15 @@
 		mmap-and-read large-dir large-dir2 large-dir3 mountpoint \
 		test-setgroups test-setpag hardlink1 hardlink2 mkdir2	 \
 		create-files create-symlinks create-dirs dup2-and-unlog	 \
-		readdir-vs-lstat read-write ga-test create-remove	 \
-		symlink echo-n test-parallel1 test-parallel2 create-stat \
-		kill-softly kill-softer rm-rf apwd exit-wo-close	 \
+		readdir-vs-lstat read-write create-remove	 \
+		symlink echo-n test-parallel1 test-parallel2 \
 		mmap-vs-read mmap-vs-read2 strange-characters-c pine	 \
 		append-over-page write-ucc utime-dir mmap-shared-write	 \
-		rename5 rename-under-feet write-closed write-closed2	 \
-		truncate fchmod fhbench make-page utime-file		 \
-		invalidate-file write3 still-there-p			 \
-		intr-read asu truncate-files mmap-cat blocks-new-file	 \
+		rename5 rename-under-feet write-closed \
+		truncate fchmod make-page utime-file		 \
+		write3 still-there-p			 \
+		intr-read asu blocks-new-file	 \
 		read-past-eof						 \
-		write-6G-file						 \
 		mmap-and-fork
 
 TEST_OBJS     = write-ro-file.o read-vs-mmap.o read-vs-mmap2.o		   \
