Makefile (a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c) | Makefile (4b330699f819a81d8e34d471225143ffeb321855) |
---|---|
1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5PROG= sdiff 6SRCS= edit.c sdiff.c 7WARNS= 3 8 9MAN1= sdiff.1 10 | 1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5PROG= sdiff 6SRCS= edit.c sdiff.c 7WARNS= 3 8 9MAN1= sdiff.1 10 |
11.if ${MK_TESTS} != "no" 12SUBDIR+= tests 13.endif | 11SUBDIR.${MK_TESTS}+= tests |
14 15.include <bsd.prog.mk> | 12 13.include <bsd.prog.mk> |