diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /dns/nsping/files/patch-aa | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'dns/nsping/files/patch-aa')
-rw-r--r-- | dns/nsping/files/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dns/nsping/files/patch-aa b/dns/nsping/files/patch-aa deleted file mode 100644 index 6b3d4f607e20..000000000000 --- a/dns/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} |