freebsd_amp_hwpstate/usr.bin/ktrace/Makefile

9 lines
146 B
Makefile
Raw Normal View History

# @(#)Makefile 1.1 (Berkeley) 6/6/93
1997-02-22 19:58:13 +00:00
# $Id$
1994-05-27 12:33:43 +00:00
PROG= ktrace
SRCS= ktrace.c subr.c
MLINKS= ktrace.1 trace.1 ktrace.1 truss.1
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>