mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
446 B
Plaintext
20 lines
446 B
Plaintext
$NetBSD: patch-src_Makefile.am,v 1.1.1.1 2012/05/13 08:42:20 imil Exp $
|
|
|
|
Enable NetBSD as a suitable platform.
|
|
|
|
--- src/Makefile.am.orig 2012-05-03 21:08:27.000000000 +0000
|
|
+++ src/Makefile.am
|
|
@@ -119,9 +119,9 @@ endif
|
|
if BUILD_FREEBSD
|
|
optional_sources += $(freebsd)
|
|
endif
|
|
-#if BUILD_NETBSD
|
|
-#optional_sources += $(netbsd)
|
|
-#endif
|
|
+if BUILD_NETBSD
|
|
+optional_sources += $(netbsd)
|
|
+endif
|
|
if BUILD_OPENBSD
|
|
optional_sources += $(openbsd)
|
|
endif
|