about summary refs log tree commit diff
path: root/src/portab/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2026-02-19 00:13:27 +0300
committerNakidai <nakidai@disroot.org>2026-02-19 00:13:27 +0300
commite4fcf7471a1319fee99d68de729aaacfeb044d01 (patch)
treeb665b0dd4c1d092f17d584f6fda8c9fe45934169 /src/portab/Makefile
parentfb6f0fd115fec4a7c3490d0a3091b81af5ba6378 (diff)
downloadngircd-e4fcf7471a1319fee99d68de729aaacfeb044d01.tar.gz
ngircd-e4fcf7471a1319fee99d68de729aaacfeb044d01.zip
Rename sub-Makefiles into build.mk
So now it is impossible to accidentally start from the wrong place,
and this structure also implicitly tells you how to build
Diffstat (limited to 'src/portab/Makefile')
-rw-r--r--src/portab/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/portab/Makefile b/src/portab/Makefile
deleted file mode 100644
index a184ead2..00000000
--- a/src/portab/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-OBJS.portab += src/portab/ansi2knr.o
-OBJS.portab += src/portab/portabtest.o
-OBJS.portab += src/portab/strdup.o
-OBJS.portab += src/portab/strlcpy.o
-OBJS.portab += src/portab/strndup.o
-OBJS.portab += src/portab/strtok_r.o
-OBJS.portab += src/portab/vsnprintf.o
-OBJS.portab += src/portab/waitpid.o
-
-src/portab/libngportab.a: ${OBJS.portab}
-	ar rcs src/portab/libngportab.a ${OBJS.portab}