mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= vidcontrol
|
|
SRCS= vidcontrol.c decode.c
|
|
|
|
.include <bsd.prog.mk>
|