diff --git a/security/coreconf/nsinstall/Makefile b/security/coreconf/nsinstall/Makefile index 0a28c6af4c54..c794890f5302 100644 --- a/security/coreconf/nsinstall/Makefile +++ b/security/coreconf/nsinstall/Makefile @@ -42,8 +42,6 @@ MODULE = coreconf CSRCS = nsinstall.c pathsub.c -PLSRCS = nfspwd.pl - PROGRAM = nsinstall # Indicate that this directory builds build tools. @@ -55,7 +53,7 @@ include $(DEPTH)/coreconf/config.mk ifeq (,$(filter-out OS2 WIN%,$(OS_TARGET))) PROGRAM = else -TARGETS = $(PROGRAM) $(PLSRCS:.pl=) +TARGETS = $(PROGRAM) INSTALL = true endif