mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ksetest
|
|
NO_MAN=
|
|
CFLAGS+= -g -Wall
|
|
SRCS= kse_asm.S kse_threads_test.c
|
|
|
|
.include <bsd.prog.mk>
|