Files
2013-09-26 17:14:40 +02:00

18 lines
434 B
Plaintext

$NetBSD: patch-nc,v 1.1 2008/11/27 03:32:19 jmcneill Exp $
--- tools/Makefile.am.orig 2008-11-26 21:01:00.000000000 -0500
+++ tools/Makefile.am 2008-11-26 21:01:24.000000000 -0500
@@ -8,8 +8,11 @@
if HALD_COMPILE_FREEBSD
SUBDIRS += freebsd
endif
+if HALD_COMPILE_NETBSD
+SUBDIRS += netbsd
+endif
-DIST_SUBDIRS = freebsd linux
+DIST_SUBDIRS = freebsd linux netbsd
AM_CPPFLAGS = \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \