1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00
freebsd/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>