aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <JozanLeClerc@noemail.net>2020-11-18 17:40:47 +0000
committerJozanLeClerc <JozanLeClerc@noemail.net>2020-11-18 17:40:47 +0000
commitbf34309f946621e4369606e4ceba3ccb28050de6 (patch)
treeac9ea6d12fd41aa9fa53298e53d875cc28c7472e /Makefile
parentI can read argv and envp now (diff)
downloadbsdsetsid-bf34309f946621e4369606e4ceba3ccb28050de6.tar.gz
bsdsetsid-bf34309f946621e4369606e4ceba3ccb28050de6.tar.bz2
bsdsetsid-bf34309f946621e4369606e4ceba3ccb28050de6.tar.xz
bsdsetsid-bf34309f946621e4369606e4ceba3ccb28050de6.tar.zst
bsdsetsid-bf34309f946621e4369606e4ceba3ccb28050de6.zip
Pretty cool
FossilOrigin-Name: 78a3fce27b2e7b39da0eeb58d3d28e5997e438d4
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 014db8f..bbd0931 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ PREFIX := /usr/local/
DESTDIR :=
SRCS := ${SRCS_DIR}c_bsdsetsid.S
+SRCS += ${SRCS_DIR}u_strlen.S
OBJS = ${SRCS:.S=.o}