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