summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/isapnptools/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/isapnptools/Makefile b/sysutils/isapnptools/Makefile
index 7c6164b0f8b..b9d7606a519 100644
--- a/sysutils/isapnptools/Makefile
+++ b/sysutils/isapnptools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:33 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/23 21:20:53 rillig Exp $
#
DISTNAME= isapnptools-1.26
@@ -16,6 +16,10 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --disable-realtime --disable-pci
+
+.include "../../mk/bsd.prefs.mk"
+
+CONFIGURE_ARGS+= --disable-realtime
+CONFIGURE_ARGS+= --disable-pci
.include "../../mk/bsd.pkg.mk"