From dc2273ba37aefc4e6f7d54da0e3454f2b4690589 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 16 Nov 2007 23:24:23 +0100 Subject: r26006: Improve some dependencies. (This used to be commit 28f05bb5ef9e727298f4b61e71c42a8703374b96) --- source4/auth/config.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/auth/config.mk') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 497fccbc96..b2d576be37 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -49,15 +49,11 @@ OBJ_FILES = auth_developer.o # End MODULE auth_developer ####################### -####################### -# Start MODULE auth_unix [MODULE::auth_unix] INIT_FUNCTION = auth_unix_init SUBSYSTEM = auth OBJ_FILES = auth_unix.o PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS NSS_WRAPPER -# End MODULE auth_unix -####################### [SUBSYSTEM::PAM_ERRORS] PRIVATE_PROTO_HEADER = pam_errors.h -- cgit