summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/quagga/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 70101fc50b5..0f0cadc0c19 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/05 03:56:09 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/13 06:12:13 itojun Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -26,6 +26,10 @@ PLIST_SRC= # empty
INFO_FILES= quagga.info
+USE_PKGINSTALL= YES
+PKG_GROUPS= quagga
+PKG_USERS= quagga:quagga
+
.if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES"
USE_GNU_READLINE= # uses rl_pending_input
. include "../../devel/readline/buildlink2.mk"