1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: stable/11/usr.bin/uniq/Makefile 314818 2017-03-07 01:52:56Z ngie $
3
4.include <src.opts.mk>
5
6PROG=	uniq
7
8.if ${MK_TESTS} != "no"
9SUBDIR+=	tests
10.endif
11
12.include <bsd.prog.mk>
13