NetBSD/usr.bin/ktrace/Makefile
enami 4191a1e6d4 - 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.
1999-07-28 01:56:03 +00:00

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>