xref: /freebsd/usr.bin/tabs/Makefile (revision d0b2dbfa)
1
2PROG=	tabs
3
4LIBADD=	tinfow
5
6.include <bsd.prog.mk>
7