freebsd-ports/net/wmnetmon/files/patch-Makefile.in
Will Andrews 45d7e712eb Add wmnetmon 0.2p5, a host availability monitor intended for the
WindowMaker dock.

PR:		26273
Submitted by:	Konstantinos Konstantinidis <kkonstan@daemon.gr>
2001-04-07 06:16:10 +00:00

14 lines
317 B
Text

*** Makefile.in.orig Sat Jul 10 22:04:53 1999
--- Makefile.in Sun Apr 1 16:16:21 2001
***************
*** 11,19 ****
wmnetmon: $(OBJS)
$(CC) $(OBJS) -o wmnetmon $(LDFLAGS)
- .o:.c
- $(CC) $(CFLAGS) -c $.c -o $.o
-
install: wmnetmon
$(INSTALL) wmnetmon $(BINDIR) -o root --mode=4755
--- 11,16 ----