mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
5 lines
69 B
Makefile
5 lines
69 B
Makefile
|
PROG= vidcontrol
|
||
|
SRCS= vidcontrol.c decode.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|