mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
5 lines
55 B
Makefile
5 lines
55 B
Makefile
|
PROG= cdcontrol
|
||
|
CFLAGS+= -Wall
|
||
|
|
||
|
.include <bsd.prog.mk>
|