head	1.2;
access;
symbols
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.11.02.18.40.49;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2001.01.23.20.50.38;	author pb;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
@
text
@--- 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) $<
@


1.1
log
@Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).

PR:		ports/24456
Submitted by:	sam@@inf.enst.fr
@
text
@@

