add nohup

This commit is contained in:
Connor Lane Smith
2011-06-18 06:41:28 +01:00
parent e54eb9f4bc
commit f24772dcbb
7 changed files with 103 additions and 17 deletions

View File

@@ -2,14 +2,16 @@ include config.mk
HDR = text.h util.h
LIB = \
util/afgets.o \
util/agetcwd.o \
util/concat.o \
util/enmasse.o \
util/eprintf.o \
util/estrtol.o \
util/putword.o \
util/recurse.o \
util/afgets.o \
util/agetcwd.o \
util/concat.o \
util/enmasse.o \
util/eprintf.o \
util/enprintf.o \
util/estrtol.o \
util/putword.o \
util/recurse.o \
util/venprintf.o
SRC = \
basename.c \
@@ -31,6 +33,7 @@ SRC = \
mkdir.c \
mkfifo.c \
nl.c \
nohup.c \
pwd.c \
rm.c \
sleep.c \