mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01: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>
|