don't link these static; if shared libraries are hosed, these utilities would

surely not save the situation, not help to recover from it
This commit is contained in:
jdolecek 2000-11-13 21:48:33 +00:00
parent b837b700fa
commit dfc9af3212
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2000/10/11 14:46:05 is Exp $
# $NetBSD: Makefile,v 1.16 2000/11/13 21:48:33 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@ -7,7 +7,6 @@ PROG= kdump
CPPFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../../sys
SRCS= kdump.c ioctl.c subr.c setemul.c
.PATH: ${.CURDIR}/../ktrace
LDSTATIC?=-static
CLEANFILES+=ioctl.c
WFORMAT=1
.include "Makefile.ioctl-c"

View File

@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.10 1999/07/28 01:56:05 enami Exp $
# $NetBSD: Makefile,v 1.11 2000/11/13 21:48:34 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
PROG= ktrace
SRCS= ktrace.c subr.c
LDSTATIC?=-static
MLINKS= ktrace.1 ktruss.1
.include <bsd.prog.mk>

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.5 2000/10/11 14:46:05 is Exp $
# $NetBSD: Makefile,v 1.6 2000/11/13 21:48:34 jdolecek Exp $
PROG= ktruss
SRCS= ktrace.c dump.c subr.c ioctl.c misc.c setemul.c
CPPFLAGS+= -I. -I${.CURDIR}/../ktrace -I${.CURDIR}/../../sys \
-I${.CURDIR}/../kdump -DKTRUSS
LDSTATIC?= -static
CLEANFILES+= misc.c misc.h ioctl.c
MAN=
WFORMAT=1