mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# @(#)Makefile 1.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= ktrace
|
|
SRCS= ktrace.c subr.c
|
|
MLINKS= ktrace.1 trace.1
|
|
|
|
WARNS?= 4
|
|
|
|
.include <bsd.prog.mk>
|