diff options
Diffstat (limited to 'mk/os.NetBSD.mk')
-rw-r--r-- | mk/os.NetBSD.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mk/os.NetBSD.mk b/mk/os.NetBSD.mk new file mode 100644 index 0000000000000..99d6b9953e72e --- /dev/null +++ b/mk/os.NetBSD.mk @@ -0,0 +1,13 @@ +# $Id: os.NetBSD.mk 2569 2012-09-04 16:34:04Z jkoshy $ +# +# Build recipes for NetBSD. + +LDSTATIC?= -static # link programs statically + +MKDOC?= yes # Build documentation. +MKLINT?= no # lint dies with a sigbus +MKTESTS?= yes # Enable the test suites. +MKNOWEB?= no # Build literate programs. + +# Literate programming utility. +NOWEB?= /usr/pkgsrc/bin/noweb |