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