mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 02:01:19 +01:00
6 lines
63 B
Makefile
6 lines
63 B
Makefile
|
|
||
|
PROG= ctm_scan
|
||
|
LDFLAGS+= -lmd
|
||
|
NOMAN= 1
|
||
|
.include <bsd.prog.mk>
|