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>
|