diff options
Diffstat (limited to 'servers/lloadd/Makefile_server.in')
-rw-r--r-- | servers/lloadd/Makefile_server.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/servers/lloadd/Makefile_server.in b/servers/lloadd/Makefile_server.in index 86d99d2..f0c8849 100644 --- a/servers/lloadd/Makefile_server.in +++ b/servers/lloadd/Makefile_server.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software <http://www.openldap.org/>. ## -## Copyright 1998-2022 The OpenLDAP Foundation. +## Copyright 1998-2024 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -33,8 +33,6 @@ BUILD_SRV = @BUILD_BALANCER@ all-local-srv: $(PROGRAMS) all-cffiles -XXLIBS += $(SYSTEMD_LIBS) - lloadd: $(LLOADD_DEPENDS) version.o $(LTLINK) -o $@ $(OBJS) version.o $(LIBS) |