summaryrefslogtreecommitdiff
path: root/apps/netutils/telnetd
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/telnetd')
-rw-r--r--apps/netutils/telnetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/netutils/telnetd/Makefile b/apps/netutils/telnetd/Makefile
index 0917b64ef..3d53a693b 100644
--- a/apps/netutils/telnetd/Makefile
+++ b/apps/netutils/telnetd/Makefile
@@ -52,7 +52,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = ../../libapps$(LIBEXT)
+BIN = $(APPDIR)/libapps$(LIBEXT)
ROOTDEPPATH = --dep-path .
@@ -86,7 +86,7 @@ endif
depend: .depend
clean:
- @rm -f $(BIN) *.o *~ .*.swp .built
+ @rm -f *.o *~ .*.swp .built
$(call CLEAN)
distclean: clean