diff --git a/makefile b/makefile index 7b64263..05888c5 100755 --- a/makefile +++ b/makefile @@ -44,6 +44,7 @@ ctype/isupper.o \ ctype/isxdigit.o \ ctype/tolower.o \ ctype/toupper.o \ +misc/uname.o \ stdlib/abort.o \ stdlib/bsearch.o \ stdio/printf.o \ @@ -54,9 +55,11 @@ string/memcpy.o \ string/memmove.o \ string/memset.o \ string/strcmp.o \ +string/strcpy.o \ string/strcspn.o \ string/strlen.o \ -string/strtok.o +string/strtok.o \ +unistd/gethostname.o HOSTEDOBJS=\ $(ARCH_HOSTEDOBJS) \