Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 09:48:37 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8164 for review
Message-ID:  <200203211748.g2LHmbG90341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8164

Change 8164 by peter@peter_thunder on 2002/03/21 09:47:46

	remove NOSHARED, revert to freebsd

Affected files ...

... //depot/projects/ia64/usr.bin/kdump/Makefile#3 edit
... //depot/projects/ia64/usr.bin/ktrace/Makefile#3 edit
... //depot/projects/ia64/usr.bin/su/Makefile#4 edit

Differences ...

==== //depot/projects/ia64/usr.bin/kdump/Makefile#3 (text+ko) ====

@@ -1,7 +1,6 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
 # $FreeBSD: src/usr.bin/kdump/Makefile,v 1.7 2000/09/14 18:52:48 jkh Exp $
 
-NOSHARED=yes
 PROG=	kdump
 CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../..
 SRCS=	kdump.c ioctl.c subr.c

==== //depot/projects/ia64/usr.bin/ktrace/Makefile#3 (text+ko) ====

@@ -1,7 +1,6 @@
 #	@(#)Makefile	1.1 (Berkeley) 6/6/93
 # $FreeBSD: src/usr.bin/ktrace/Makefile,v 1.6 1999/08/28 01:02:32 peter Exp $
 
-NOSHARED= yes
 PROG=	ktrace
 SRCS=	ktrace.c subr.c
 MLINKS= ktrace.1 trace.1 

==== //depot/projects/ia64/usr.bin/su/Makefile#4 (text+ko) ====

@@ -1,7 +1,6 @@
 #	@(#)Makefile	8.1 (Berkeley) 7/19/93
 # $FreeBSD: src/usr.bin/su/Makefile,v 1.38 2001/12/12 23:29:13 markm Exp $
 
-NOSHARED= xx
 PROG=	su
 
 DPADD+= ${LIBUTIL} ${LIBPAM}

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203211748.g2LHmbG90341>