1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/raycontrol/Makefile

9 lines
105 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= raycontrol
MAN= raycontrol.8
CFLAGS+= -I${.CURDIR}/../../sys
.include <bsd.prog.mk>