diff options
-rw-r--r-- | utils/lndir/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/lndir/Makefile b/utils/lndir/Makefile deleted file mode 100644 index ce096663cd..0000000000 --- a/utils/lndir/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -C_SRCS=lndir.c -C_PROG=lndir - -CLEAN_FILES += $(C_PROG)$(exeext) $(C_OBJS) -DESTDIR=$(INSTBINDIR) - -include $(TOP)/mk/target.mk - |