aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-01-28 15:31:06 +0000
committerGunter Knauf <gk@gknw.de>2007-01-28 15:31:06 +0000
commitee51c07be607c9592c1fac3210604924603c46a3 (patch)
tree4a5b2f29ece46ebefbe5ccbd25f15793aa190beb /src/Makefile.netware
parent856ba4c6c6b38622b455a0762a45c56f9515afd4 (diff)
enabled build with hardcoded ca-bundle path;
added distclean target.
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index ab43274c7..42bb639df 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -198,6 +198,9 @@ endif
-$(RM) config.h
-$(RM) -r $(OBJDIR)
+distclean: clean
+ -$(RM) -r $(TARGET).nlm
+
$(INSTDIR):
@mkdir $(INSTDIR)