summaryrefslogtreecommitdiff
path: root/net/irrd/patches/patch-ad
blob: 59981061b2a5b24a6beacc6e887ea40208733d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ad,v 1.1.1.1 1999/10/28 19:50:19 kim Exp $

--- programs/irr_submit/Makefile.orig	Thu Sep  9 20:38:40 1999
+++ programs/irr_submit/Makefile	Fri Oct 22 19:19:07 1999
@@ -42,8 +42,11 @@
 	lint `echo $(RPSLOBJS) | sed -e 's,\.o,.c,g'`
 
 install: $(GOAL)
-	$(INSTALL) -m 755 $(GOAL) $(DESTDIR)/$(GOAL)
-
+	@set -x; \
+	for i in $(GOAL); \
+	do \
+	    $(INSTALL) -m 755 $$i $(DESTDIR)/$$i; \
+	done
 
 clean:
 	$(RM) *.o core *.core *~* *tab.* lex.yy.c $(GOAL)