about summary refs log tree commit diff
path: root/NetBSD
diff options
context:
space:
mode:
Diffstat (limited to 'NetBSD')
-rw-r--r--NetBSD/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/NetBSD/Makefile b/NetBSD/Makefile
new file mode 100644
index 0000000..d39769f
--- /dev/null
+++ b/NetBSD/Makefile
@@ -0,0 +1,8 @@
+SYSTEM = NetBSD
+VERSION = 9.1
+MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets
+DISTFILES = comp.tar.xz games.tar.xz man.tar.xz
+FILES = ./usr/share/man/man[1-9]*/
+STRIP = 4
+
+.include "../system.mk"
follow=1'>ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev