diff options
author | Gunter Knauf <gk@gknw.de> | 2007-01-28 15:31:06 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-01-28 15:31:06 +0000 |
commit | ee51c07be607c9592c1fac3210604924603c46a3 (patch) | |
tree | 4a5b2f29ece46ebefbe5ccbd25f15793aa190beb /src | |
parent | 856ba4c6c6b38622b455a0762a45c56f9515afd4 (diff) |
enabled build with hardcoded ca-bundle path;
added distclean target.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 3 |
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) |