647be2c3a9
Add line editing and history support to units(1) via libedit. Reviewed by: bdrewery
11 lines
150 B
Makefile
11 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= units
|
|
FILES= units.lib
|
|
FILESDIR= ${SHAREDIR}/misc
|
|
|
|
LDADD+=-ledit -ltermcap
|
|
DPADD+=${LIBEDIT} ${LIBTERMCAP}
|
|
|
|
.include <bsd.prog.mk>
|