From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- src/makefiles/Makefile.netbsd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/makefiles/Makefile.netbsd (limited to 'src/makefiles/Makefile.netbsd') diff --git a/src/makefiles/Makefile.netbsd b/src/makefiles/Makefile.netbsd new file mode 100644 index 0000000..6f9cb1d --- /dev/null +++ b/src/makefiles/Makefile.netbsd @@ -0,0 +1,11 @@ +AROPT = cr + +export_dynamic = -Wl,-E +rpath = -Wl,-R'$(rpathdir)' + +DLSUFFIX = .so + + +# Rule for building a shared library from a single .o file +%.so: %.o + $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ -- cgit v1.2.3