xref
: /
dflybsd-src
/
test
/
stress
/
stress2
/
testcases
/
pty
/
Makefile
(revision 6af9a77b394698e42f3a7ec6126497a3fc2fd470)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
pty
4
LDADD
= -
lutil
5
DPADD
= ${
LIBUTIL
}
6
7
.
include
<
bsd.prog.mk
>
8