mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
14 lines
153 B
Makefile
14 lines
153 B
Makefile
#
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/tests/callout_test
|
|
|
|
KMOD= callout_test
|
|
SRCS= callout_test.c
|
|
|
|
#
|
|
# Enable full debugging
|
|
#
|
|
#CFLAGS += -g
|
|
|
|
.include <bsd.kmod.mk>
|