xref
: /
dflybsd-src
/
test
/
stress
/
stress2
/
tools
/
module
/
Makefile
(revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
KMOD
=
ptest
4
SRCS
=
ptest.c
5
6
CFLAGS
+=-g
7
8
.
include
<
bsd.kmod.mk
>
9