rc script not included from the original diff because ipguard needs to be teached to return the proper code when failing to start. maintainer timeout from Gonzalo L. R.
21 lines
505 B
Plaintext
21 lines
505 B
Plaintext
$OpenBSD: patch-Makefile,v 1.4 2012/03/30 07:24:45 ajacoutot Exp $
|
|
--- Makefile.orig Mon Jul 12 00:46:36 2010
|
|
+++ Makefile Thu Mar 22 11:35:20 2012
|
|
@@ -10,12 +10,12 @@ PREFIX?=/usr/local
|
|
ETHERS?=/etc/ethers
|
|
|
|
## FreeBSD
|
|
-LOCALBASE=/usr/local
|
|
-LIBNET_CONFIG=libnet11-config
|
|
+#LOCALBASE=/usr/local
|
|
+#LIBNET_CONFIG=libnet11-config
|
|
|
|
## OpenBSD (tested by irix)
|
|
-# LOCALBASE=/usr/local
|
|
-# LIBNET_CONFIG=libnet-config-1.1
|
|
+LOCALBASE=/usr/local
|
|
+LIBNET_CONFIG=libnet-config-1.1
|
|
|
|
## Linux
|
|
# LOCALBASE=/usr
|