]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/unifdef/Makefile
libfido2: update to 1.13.0
[FreeBSD/FreeBSD.git] / usr.bin / unifdef / Makefile
1 .PATH: ${SRCTOP}/contrib/unifdef
2
3 PROG=   unifdef
4 SCRIPTS=unifdefall.sh
5 MLINKS= unifdef.1 unifdefall.1
6
7 .include <src.opts.mk>
8
9 HAS_TESTS=
10 SUBDIR.${MK_TESTS}+= tests
11
12 .include <bsd.prog.mk>