X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=44331f40a57b4f2b5c0c0ef00f9a259f84b76aa4;hb=f6369fd702a9e6a534dad7a3dea33d6e49775166;hp=2aac1dd25aaee4b7c448056a3b1c75cbe6962fa8;hpb=a24b0c1c70ff0d98cac21e9c504cb47573b2230e;p=openldap diff --git a/Makefile.in b/Makefile.in index 2aac1dd25a..44331f40a5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,7 @@ +# $OpenLDAP$ # Master Makefile for OpenLDAP ## -## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA +## Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA ## All rights reserved. ## ## Redistribution and use in source and binary forms are permitted only @@ -9,9 +10,9 @@ ## in file LICENSE in the top-level directory of the distribution. ## -SUBDIRS= include libraries clients servers tests # contrib -CLEANDIRS= contrib/saucer doc -INSTALLDIRS= doc +SUBDIRS= include libraries clients servers tests doc +CLEANDIRS= +INSTALLDIRS= makefiles: FORCE ./config.status @@ -27,3 +28,6 @@ veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in distclean: veryclean FORCE + +test: FORCE + cd tests; make test