mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
9 lines
96 B
Makefile
9 lines
96 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= rr
|
||
|
|
NOMAN=
|
||
|
|
CFLAGS+= -g -Wall
|
||
|
|
SRCS= kse_asm.S rr.c
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|