1#	@(#)Makefile	1.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	ktrace
5SRCS=	ktrace.c subr.c
6MLINKS= ktrace.1 trace.1 
7
8.include <bsd.prog.mk>
9