blob: aea20f43a3c4afbb4f7ef6e58c7027a449c55b8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2001/02/24 00:34:30 itojun Exp $
--- samples/Makefile- Wed Feb 14 22:17:37 2001
+++ samples/Makefile Wed Feb 14 22:17:53 2001
@@ -31,7 +31,7 @@
#
FILES= VPN-* policy singlehost-*
-TARGETDIR= /usr/share/ipsec/isakmpd
+TARGETDIR= ${PREFIX}/share/examples/isakmpd
# The mkdir below is for installation on OpenBSD pre 2.7
install:
|