mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
2921f400fb
Change maintainer (agreed to by previous maintainer). PR: ports/24456 Submitted by: sam@inf.enst.fr
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
--- lib/os_mon/c_src/Makefile.in.orig Tue Nov 23 16:14:47 1999
|
|
+++ lib/os_mon/c_src/Makefile.in Sat Dec 2 22:35:09 2000
|
|
@@ -53,6 +53,7 @@
|
|
PROGRAMS = \
|
|
memsup @os_mon_programs@
|
|
C_FILES= $(PROGRAMS:%=%.c)
|
|
+LKSTAT= @os_mon_kstat@
|
|
endif
|
|
|
|
TARGET_FILES= $(PROGRAMS:%=$(BINDIR)/%)
|
|
@@ -97,7 +98,7 @@
|
|
$(LD) $(LDFLAGS) -o $@ $<
|
|
|
|
$(BINDIR)/cpu_sup: $(OBJDIR)/cpu_sup.o
|
|
- $(LD) $(LDFLAGS) -o $@ $< -lkstat
|
|
+ $(LD) $(LDFLAGS) -o $@ $< $(LKSTAT)
|
|
|
|
$(OBJDIR)/%.o: %.c
|
|
$(CC) -c -o $@ $(ALL_CFLAGS) $<
|