diff options
author | wosch <wosch@FreeBSD.org> | 1997-12-06 23:40:13 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-12-06 23:40:13 +0000 |
commit | 0ac774a20f55fe28b97a90fcca590790c298fde1 (patch) | |
tree | 9e7efc3776bca4cb4c64d39d87f943d246441b7a /usr.bin/ktrace | |
parent | 1cdac2c8eb88cd6b422e69c4ab601b6bf4dc7263 (diff) | |
download | FreeBSD-src-0ac774a20f55fe28b97a90fcca590790c298fde1.zip FreeBSD-src-0ac774a20f55fe28b97a90fcca590790c298fde1.tar.gz |
Delete truss manpage link. We have now a real truss command.
Diffstat (limited to 'usr.bin/ktrace')
-rw-r--r-- | usr.bin/ktrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index 7cfae99..b551a37 100644 --- a/usr.bin/ktrace/Makefile +++ b/usr.bin/ktrace/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 1.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:55:27 peter Exp $ PROG= ktrace SRCS= ktrace.c subr.c -MLINKS= ktrace.1 trace.1 ktrace.1 truss.1 +MLINKS= ktrace.1 trace.1 .include <bsd.prog.mk> |