Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / test / stress / stress2 / tools / module / Makefile
1 # $FreeBSD$
2
3 KMOD=   ptest
4 SRCS=   ptest.c
5
6 CFLAGS+=-g
7
8 .include <bsd.kmod.mk>