mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
459 B

  1. --- ./Makefile.orig 2004-05-23 00:51:39.000000000 +0200
  2. +++ ./Makefile 2004-05-23 00:52:08.000000000 +0200
  3. @@ -83,8 +83,8 @@
  4. $(MAKE) USE_NETIF=0 SOLARIS=1 arping1-make
  5. install:
  6. - install -c arping /usr/local/bin/arping
  7. - install arping.8 /usr/local/man/man8/arping.8
  8. + install -c arping /usr/bin/arping
  9. + install arping.8 /usr/man/man8/arping.8
  10. arping.o: arping.c
  11. $(CC) -Wall $(CFLAGS) -c `libnet-config --defines` `libnet-config --cflags` arping.c