mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
8f3687f167
While here, regenerate all the patches to put them in unified format. Wow, that old diff format is unreadable.
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
--- 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
|
|
|