Added iputils-20071127 template.

--HG--
extra : convert_revision : f5bdebd8b5da47626004f486339b929256fa3d49
This commit is contained in:
Juan RP
2009-03-06 09:37:42 +01:00
parent 12cabc94c8
commit f113b046f2
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
--- Makefile.orig 2009-03-06 09:03:41.189028082 +0100
+++ Makefile 2009-03-06 09:08:37.087015943 +0100
@@ -25,6 +25,14 @@ TAG:=`date +s%Y%m%d`
all: $(TARGETS)
+install:
+ for f in $(TARGETS); do \
+ if [ "$$f" = "ping" -o "$$f" = "ping6" ]; then \
+ install -D -m4755 $$f $(DESTDIR)/sbin/$$f; \
+ else \
+ install -D -m755 $$f $(DESTDIR)/sbin/$$f; \
+ fi; \
+ done
tftpd: tftpd.o tftpsubs.o
ping: ping.o ping_common.o