mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
e653b48c80
OK'ed by: core
9 lines
97 B
Makefile
9 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rr
|
|
NO_MAN=
|
|
CFLAGS+= -g -Wall
|
|
SRCS= kse_asm.S rr.c
|
|
|
|
.include <bsd.prog.mk>
|