mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
8 lines
114 B
Makefile
8 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ksetest
|
|
NOMAN=
|
|
CFLAGS+= -g -Wall
|
|
SRCS= kse_asm.S kse_threads_test.c
|
|
|
|
.include <bsd.prog.mk>
|