opnsense-ports/net/wmnetmon/files/patch-Makefile.in
Franco Fichtner a4c7c24c83 */*: sync with upstream
Taken from: FreeBSD
2015-11-13 08:48:20 +01: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