freebsd-dev/usr.bin/tabs/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

8 lines
66 B
Makefile

# $FreeBSD$
PROG= tabs
LIBADD= ncursesw
.include <bsd.prog.mk>