Applications/build.mk: added missing unix utilities, Library/build.mk added missing...
authordfffffff <dflamand@gmail.com>
Sat, 10 Sep 2016 00:22:37 +0000 (20:22 -0400)
committerdfffffff <dflamand@gmail.com>
Sat, 10 Sep 2016 00:22:37 +0000 (20:22 -0400)
Applications/build.mk
Library/build.mk

index 478ee9a..e6861f5 100644 (file)
@@ -4,11 +4,11 @@ $(call find-makefile)
 
 util_apps := \
        banner basename bd cal cat chgrp chmod chown cksum cmp cp cut date dd \
-       decomp16 df dirname dosread du echo ed factor false fdisk fgrep fsck \
-       grep head id init kill ll ln logname ls man mkdir mkfs mkfifo mknod \
+       decomp16 df dirname dosread du echo ed env factor false fdisk fgrep fsck \
+       grep groups head id init kill ll ln logname ls man mkdir mkfs mkfifo mknod \
        mount more mv od pagesize passwd patchcpm printenv prtroot ps pwd reboot rm rmdir \
-       sleep ssh sort stty sum su sync tee tail telinit touch tr true umount \
-       uname uniq uud uue wc which who whoami write xargs yes fforth \
+       sed sleep ssh sort stty sum su sync tail tar tee telinit termcap touch tr true \
+       umount uname uniq uptime uud uue wc which who whoami write xargs yes fforth
 
 # ...and in V7/cmd.
 
index 57ac1f1..0e4800d 100644 (file)
@@ -152,6 +152,7 @@ libc-functions.localsrcs += \
        tcflush.c \
        tcgetattr.c \
        tcsetattr.c \
+       telldir.c \
        time.c \
        tmpfile.c \
        tmpnam.c \
@@ -175,6 +176,7 @@ libc-functions.localsrcs += \
     memcmp.c \
     memcpy.c \
     memset.c \
+    seekdir.c \
     strcasecmp.c \
     strcasestr.c \
     strcat.c \