mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
13 lines
188 B
Makefile
13 lines
188 B
Makefile
.PATH: ${SRCTOP}/contrib/unifdef
|
|
|
|
PROG= unifdef
|
|
SCRIPTS=unifdefall.sh
|
|
MLINKS= unifdef.1 unifdefall.1
|
|
|
|
.include <src.opts.mk>
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|