1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/tabs/Makefile

8 lines
86 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= tabs
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
.include <bsd.prog.mk>