freebsd-dev/usr.bin/soelim/Makefile

12 lines
121 B
Makefile
Raw Normal View History

# $FreeBSD$
2015-05-02 11:09:58 +00:00
.include <src.opts.mk>
PROG= soelim
2015-05-02 11:09:58 +00:00
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>