1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.bin/soelim/Makefile
2015-05-02 11:09:58 +00:00

12 lines
121 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PROG= soelim
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>