8f3687f167
While here, regenerate all the patches to put them in unified format. Wow, that old diff format is unreadable.
12 lines
268 B
Text
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
|
|
|