--- servers/slapd/back-null/Makefile.in 2003/05/25 01:56:58 1.3
+++ servers/slapd/back-null/Makefile.in 2007/02/13 20:22:27 1.9.2.1
@@ -1,5 +1,17 @@
-## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
-## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+# Makefile.in for back-null
+# $OpenLDAP: pkg/ldap/servers/slapd/back-null/Makefile.in,v 1.10 2007/01/02 19:01:12 kurt Exp $
+## This work is part of OpenLDAP Software .
+##
+## Copyright 1998-2007 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## .
SRCS = null.c
OBJS = null.lo
@@ -9,7 +21,6 @@ LDAP_LIBDIR= ../../../libraries
BUILD_OPT = "--enable-null"
BUILD_MOD = @BUILD_NULL@
-BUILD_MOD_DYNAMIC = @BUILD_NULL_DYNAMIC@
mod_DEFS = -DSLAPD_IMPORT
MOD_DEFS = $(@BUILD_NULL@_DEFS)