freebsd-ports/net/wmnetmon/files/patch-Makefile.in
John Marino 8f3687f167 net/wmnetmon: Expand patches fix malloc.h-less DF
While here, regenerate all the patches to put them in unified format.
Wow, that old diff format is unreadable.
2015-11-13 00:04:37 +00:00

12 lines
268 B
Text

--- Makefile.in.orig 1999-07-10 19:04:53 UTC
+++ Makefile.in
@@ -11,9 +11,6 @@ all: wmnetmon
wmnetmon: $(OBJS)
$(CC) $(OBJS) -o wmnetmon $(LDFLAGS)
-.o:.c
- $(CC) $(CFLAGS) -c $.c -o $.o
-
install: wmnetmon
$(INSTALL) wmnetmon $(BINDIR) -o root --mode=4755