=================================================================== RCS file: /cvs/prex-old/usr/bin/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/usr/bin/Makefile 2008/06/03 10:38:46 1.1.1.1 +++ prex-old/usr/bin/Makefile 2008/08/13 17:12:33 1.1.1.1.2.1 @@ -6,15 +6,15 @@ SUBDIR+= cmdbox else # Build all commands +SUBDIR-$(CONFIG_CMD_CAL)+= cal SUBDIR-$(CONFIG_CMD_CAT)+= cat SUBDIR-$(CONFIG_CMD_CLEAR)+= clear SUBDIR-$(CONFIG_CMD_CP)+= cp SUBDIR-$(CONFIG_CMD_DATE)+= date -ifeq ($(CONFIG_DMESG),y) SUBDIR-$(CONFIG_CMD_DMESG)+= dmesg -endif SUBDIR-$(CONFIG_CMD_ECHO)+= echo SUBDIR-$(CONFIG_CMD_FREE)+= free +SUBDIR-$(CONFIG_CMD_HEAD)+= head SUBDIR-$(CONFIG_CMD_HOSTNAME)+= hostname SUBDIR-$(CONFIG_CMD_KILL)+= kill SUBDIR-$(CONFIG_CMD_LS)+= ls