mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
14 lines
134 B
Makefile
14 lines
134 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
PROG= ident
|
||
|
|
||
|
LIBADD= sbuf
|
||
|
|
||
|
.if ${MK_TESTS} != "no"
|
||
|
SUBDIR+= tests
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.prog.mk>
|