Delete truss manpage link. We have now a real truss command.

This commit is contained in:
Wolfram Schneider 1997-12-06 23:40:13 +00:00
parent b6871831e5
commit 4be1354301
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31586

View file

@ -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>