xref
: /
freebsd
/
usr.bin
/
tabs
/
Makefile
(revision ad30f8e79bd1007cc2476e491bd21b4f5e389e0a)
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