3e11bd9e2a
Reduce overlinking
16 lines
178 B
Makefile
16 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= units
|
|
FILES= units.lib
|
|
FILESDIR= ${SHAREDIR}/misc
|
|
|
|
LIBADD= edit
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|