diff options
-rw-r--r-- | progs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/Makefile b/progs/Makefile index 5bc444e952..2d14fa9ee3 100644 --- a/progs/Makefile +++ b/progs/Makefile @@ -4,8 +4,8 @@ TOP = .. include $(TOP)/configs/current -SUBDIRS = $(PROGRAM_DIRS) - +#SUBDIRS = $(PROGRAM_DIRS) +SUBDIRS = default: message subdirs |