1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00
freebsd/usr.bin/tabs/Makefile
2002-05-21 02:33:25 +00:00

8 lines
86 B
Makefile

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