freebsd-src/usr.bin/units/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
166 B
Makefile
Raw Normal View History

.include <src.opts.mk>
PROG= units
FILES= definitions.units
2001-12-17 16:02:15 +00:00
FILESDIR= ${SHAREDIR}/misc
LIBADD= edit
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>