summaryrefslogtreecommitdiff
path: root/net/ct/files/patch-ipsec4-udp-Makefile
blob: 8290459cf63c328b3e6c19befadbb1480c687487 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- ipsec4-udp/Makefile.orig	2013-06-17 01:19:37.000000000 +0900
+++ ipsec4-udp/Makefile	2013-06-17 01:23:46.000000000 +0900
@@ -3,16 +3,16 @@
 #
 # $TAHI: ct/ipsec4-udp/Makefile,v 1.5 2001/10/05 06:39:01 masaxmasa Exp $
 #
-INSTALL_DIR=$(PREFIX)/ct/ipsec4-udp
+INSTALL_DIR=$(PREFIX)/v6eval/ct/ipsec4-udp
 XFILES = *.seq
 FILES = *.def INDEX* *.html 00README .footer
 
 all:
 
 install:
-	install -d -o bin -g bin -m 755 $(INSTALL_DIR)
-	install -c -o bin -g bin -m 555 $(XFILES) $(INSTALL_DIR)
-	install -c -o bin -g bin -m 444 $(FILES) $(INSTALL_DIR)
-	install -c -o bin -g bin -m 444 Makefile.test $(INSTALL_DIR)/Makefile
+	install -d -m 555 $(INSTALL_DIR)
+	${BSD_INSTALL_SCRIPT} $(XFILES) $(INSTALL_DIR)
+	${BSD_INSTALL_DATA} $(FILES) $(INSTALL_DIR)
+	${BSD_INSTALL_DATA} Makefile.test $(INSTALL_DIR)/Makefile
 
 .include "Makefile.test"