45d7e712eb
WindowMaker dock. PR: 26273 Submitted by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
*** 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 ----
|