mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
12 lines
126 B
Makefile
12 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= ident
|
|
|
|
LIBADD= sbuf
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|