Makefile (6cec9cad762b6476313fb1f8e931a1647822db6b) Makefile (4b330699f819a81d8e34d471225143ffeb321855)
1# $FreeBSD$
2# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4.include <src.opts.mk>
5
6PROG= join
7
1# $FreeBSD$
2# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4.include <src.opts.mk>
5
6PROG= join
7
8.if ${MK_TESTS} != "no"
9SUBDIR+= tests
10.endif
8SUBDIR.${MK_TESTS}+= tests
11
12.include <bsd.prog.mk>
9
10.include <bsd.prog.mk>