99afdfe58d
way in which it handles the -C, -c, -g and -p options. MFC after: 3 weeks
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# @(#)Makefile 1.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= ktrace
|
|
SRCS= ktrace.c subr.c
|
|
MLINKS= ktrace.1 trace.1
|
|
|
|
.include <bsd.prog.mk>
|