freebsd-dev/usr.bin/ktrace/Makefile
Dag-Erling Smørgrav 99afdfe58d Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking the
way in which it handles the -C, -c, -g and -p options.

MFC after:	3 weeks
2011-10-18 08:26:12 +00:00

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>