summaryrefslogtreecommitdiff
path: root/net/ngrep
diff options
context:
space:
mode:
Diffstat (limited to 'net/ngrep')
-rw-r--r--net/ngrep/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/ngrep/patches/patch-ab b/net/ngrep/patches/patch-ab
deleted file mode 100644
index 3a9475df210..00000000000
--- a/net/ngrep/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1999/07/02 10:26:03 agc Exp $
-
-Use LDFLAGS when linking.
-
---- Makefile.in 1999/07/02 10:17:46 1.1
-+++ Makefile.in 1999/07/02 10:18:04
-@@ -18,7 +18,7 @@
- MANDEST=@prefix@/man/man8
-
- $(TARGET): $(OBJS)
-- $(CC) $(CFLAGS) -s -o $(TARGET) $(OBJS) $(LIBS)
-+ $(CC) $(CFLAGS) ${LDFLAGS} -s -o $(TARGET) $(OBJS) $(LIBS)
-
- debug: $(OBJS)
- $(CC) $(CFLAGS) -g -o $(TARGET) $(OBJS) $(LIBS)