mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
9 lines
127 B
Makefile
9 lines
127 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sicontrol
|
|
SRCS= sicontrol.c
|
|
MAN8= sicontrol.8
|
|
CFLAGS+= -I${.CURDIR}/../../sys -Wall
|
|
|
|
.include <bsd.prog.mk>
|