mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
890a73ed39
PR: 36126
8 lines
86 B
Makefile
8 lines
86 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= tabs
|
|
DPADD= ${LIBTERMCAP}
|
|
LDADD= -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|