openbsd-ports/databases/openldap/patches/patch-Makefile_in

14 lines
330 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_in,v 1.2 2005/11/07 15:59:08 mbalmer Exp $
--- Makefile.in.orig Mon Aug 29 21:04:23 2005
+++ Makefile.in Tue Oct 18 14:29:09 2005
@@ -36,3 +36,9 @@ distclean: veryclean FORCE
check: test
test: FORCE
cd tests; make test
+
+test-ldbm: FORCE
+ cd tests; make ldbm
+
+test-bdb: FORCE
+ cd tests; make bdb