aboutsummaryrefslogblamecommitdiff
path: root/usr.bin/ident/Makefile
blob: 49798e8251fe9f05d1c159ccff746a7da1e5722a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                       
# $FreeBSD$

.include <src.opts.mk>

PROG=	ident

LIBADD=	sbuf

.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

.include <bsd.prog.mk>