aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <JozanLeClerc@noemail.net>2020-11-20 17:18:59 +0000
committerJozanLeClerc <JozanLeClerc@noemail.net>2020-11-20 17:18:59 +0000
commit1fd458b241dab419c47f577df6a6adce47113287 (patch)
treed12a5c2629ce15371710b8796ebdcfa6d61edc0c /Makefile
parentAdded LICENSE (diff)
downloadbsdsetsid-1fd458b241dab419c47f577df6a6adce47113287.tar.gz
bsdsetsid-1fd458b241dab419c47f577df6a6adce47113287.tar.bz2
bsdsetsid-1fd458b241dab419c47f577df6a6adce47113287.tar.xz
bsdsetsid-1fd458b241dab419c47f577df6a6adce47113287.tar.zst
bsdsetsid-1fd458b241dab419c47f577df6a6adce47113287.zip
Errors I do not understand
FossilOrigin-Name: 7908f3891d84f726b01bd9641094654c295550ff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa1f5d7..b74f92f 100644
--- a/Makefile
+++ b/Makefile
@@ -23,12 +23,13 @@ PREFIX := /usr/local/
DESTDIR :=
SRCS := ${SRCS_DIR}c_bsdsetsid.S
+SRCS += ${SRCS_DIR}e_err.S
SRCS += ${SRCS_DIR}u_print.S
SRCS += ${SRCS_DIR}u_strlen.S
OBJS = ${SRCS:.S=.o}
-AS = as
+# AS = yasm
# ASFLAGS = -felf64
# ASFLAGS += -pgas