freebsd-dev/usr.bin/units/Makefile
Eitan Adler 647be2c3a9 units(1): add libedit support
Add line editing and history support to units(1) via libedit.

Reviewed by:	bdrewery
2014-04-14 14:04:59 +00:00

11 lines
150 B
Makefile

# $FreeBSD$
PROG= units
FILES= units.lib
FILESDIR= ${SHAREDIR}/misc
LDADD+=-ledit -ltermcap
DPADD+=${LIBEDIT} ${LIBTERMCAP}
.include <bsd.prog.mk>