diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
commit | e1906e85ed4521c96066ce130869615c304c2a7a (patch) | |
tree | 2168725e487d131fef0e49ba7dfdd230e3466624 /net/nsping/files/patch-aa | |
parent | Chase repocopies towards ports/dns (diff) |
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move
the dns-related ports to the new world. Is there anyone who
is brave enough to complete this difficult job? ;)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88582
Diffstat (limited to 'net/nsping/files/patch-aa')
-rw-r--r-- | net/nsping/files/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/nsping/files/patch-aa b/net/nsping/files/patch-aa deleted file mode 100644 index 6b3d4f607e20..000000000000 --- a/net/nsping/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Mon Nov 24 04:56:28 1997 -+++ Makefile Fri Nov 12 15:53:26 1999 -@@ -1,4 +1,4 @@ --CFLAGS= -g -+#CFLAGS= -g - #Solaris - #CFLAGS= -g -Dsys5 - LDFLAGS= -@@ -10,6 +10,8 @@ - OBJS= nsping.o dns-lib.o dns-rr.o - SRCS= nsping.c dns-lib.c dns-rr.c - HEADERS= nsping.h dns-lib.h dns-rr.h -+ -+all: ${TARGET} - - ${TARGET} : ${OBJS} - ${CC} ${CFLAGS} -o ${TARGET} ${OBJS} ${LDFLAGS} ${LIBS} |