- remove duplicated setting for LDSTATIC in ktruss/Makefile.
- fix command name in SYNOPSIS section of man page. - link ktrace man page to ktruss man page. - add executable and man page for ktruss in distrib sets.
This commit is contained in:
parent
6c243d931c
commit
4191a1e6d4
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.120 1999/07/19 09:16:34 kleink Exp $
|
||||
# $NetBSD: mi,v 1.121 1999/07/28 01:56:03 enami Exp $
|
||||
.
|
||||
./altroot
|
||||
./bin
|
||||
@ -226,6 +226,7 @@
|
||||
./usr/bin/jot
|
||||
./usr/bin/kdump
|
||||
./usr/bin/ktrace
|
||||
./usr/bin/ktruss
|
||||
./usr/bin/lam
|
||||
./usr/bin/last
|
||||
./usr/bin/lastcomm
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.152 1999/07/22 01:17:41 hubertf Exp $
|
||||
# $NetBSD: mi,v 1.153 1999/07/28 01:56:04 enami Exp $
|
||||
./usr/share/info/am-utils.info
|
||||
./usr/share/info/awk.info
|
||||
./usr/share/info/bfd.info
|
||||
@ -150,6 +150,7 @@
|
||||
./usr/share/man/cat1/kill.0
|
||||
./usr/share/man/cat1/ksh.0
|
||||
./usr/share/man/cat1/ktrace.0
|
||||
./usr/share/man/cat1/ktruss.0
|
||||
./usr/share/man/cat1/lam.0
|
||||
./usr/share/man/cat1/last.0
|
||||
./usr/share/man/cat1/lastcomm.0
|
||||
@ -1287,6 +1288,7 @@
|
||||
./usr/share/man/man1/kill.1
|
||||
./usr/share/man/man1/ksh.1
|
||||
./usr/share/man/man1/ktrace.1
|
||||
./usr/share/man/man1/ktruss.1
|
||||
./usr/share/man/man1/lam.1
|
||||
./usr/share/man/man1/last.1
|
||||
./usr/share/man/man1/lastcomm.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 1998/03/02 19:42:45 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.10 1999/07/28 01:56:05 enami Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
.include <bsd.own.mk>
|
||||
@ -6,5 +6,6 @@
|
||||
PROG= ktrace
|
||||
SRCS= ktrace.c subr.c
|
||||
LDSTATIC?=-static
|
||||
MLINKS= ktrace.1 ktruss.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ktrace.1,v 1.11 1999/07/12 03:24:58 darrenr Exp $
|
||||
.\" $NetBSD: ktrace.1,v 1.12 1999/07/28 01:56:06 enami Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -60,7 +60,7 @@ command
|
||||
.Op Fl o Ar outfile
|
||||
.Op Fl p Ar pid
|
||||
.Op Fl t Ar trstr
|
||||
.Nm ""
|
||||
.Nm ktruss
|
||||
.Op Fl adiRT
|
||||
.Op Fl e Ar emulation
|
||||
.Op Fl m Ar maxdata
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.2 1999/07/12 04:13:34 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/07/28 01:56:06 enami Exp $
|
||||
|
||||
PROG= ktruss
|
||||
SRCS= ktrace.c dump.c subr.c ioctl.c misc.c
|
||||
LDSTATIC?= -static
|
||||
CPPFLAGS+= -I. -I${.CURDIR}/../ktrace -I${.CURDIR}/../../sys -DKTRUSS
|
||||
LDSTATIC?= -static
|
||||
CLEANFILES+= misc.c misc.h ioctl.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user