4191a1e6d4
- 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.
12 lines
223 B
Makefile
12 lines
223 B
Makefile
# $NetBSD: Makefile,v 1.10 1999/07/28 01:56:05 enami 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>
|