xref
: /
freebsd
/
usr.bin
/
tabs
/
Makefile
(revision 51a9219f5780e61e1437d25220bf8750d9df7f8b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
tabs
4
DPADD
= ${
LIBTERMCAP
}
5
LDADD
= -
ltermcap
6
7
.
include
<
bsd.prog.mk
>
8