Browse Source

oops, missed a spot

Eric Andersen 19 years ago
parent
commit
553fae32d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/unistd/Makefile

+ 1 - 1
libc/unistd/Makefile

@@ -25,7 +25,7 @@ MOBJ1 = execl.o execv.o execle.o execlp.o execvp.o
 
 CSRC=	sleep.c usleep.c ualarm.c getpass.c sysconf.c getlogin.c \
 	fpathconf.c confstr.c pathconf.c swab.c usershell.c \
-	getsubopt.c
+	getsubopt.c daemon.c
 
 ifneq ($(strip $(ARCH_HAS_MMU)),y)
 	MOBJ1 += __exec_alloc.o