Makefile (416ba5c74546f32a993436a99516d35008e9f384) | Makefile (4b330699f819a81d8e34d471225143ffeb321855) |
---|---|
1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5PROG= soelim 6 | 1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5PROG= soelim 6 |
7.if ${MK_TESTS} != "no" 8SUBDIR+= tests 9.endif | 7SUBDIR.${MK_TESTS}+= tests |
10 11.include <bsd.prog.mk> | 8 9.include <bsd.prog.mk> |