repo.or.cz
/
unleashed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import vtfontcvt & console bitmap fonts
[unleashed.git]
/
bin
/
nc
/
Makefile
blob
fc786038da3b0797beaaf503b8e92ea60c95ecc3
1
# $OpenBSD: Makefile,v 1.7 2015/09/11 21:07:01 beck Exp $
2
3
PROG
=
nc
4
SRCS
=
netcat.c atomicio.c socks.c
5
LDADD
+= -
ltls
-
lssl
-
lcrypto
6
DPADD
+= ${
LIBTLS
} ${
LIBSSL
} ${
LIBCRYPTO
}
7
8
.
include
"compat.mk"
9
10
.
include
<
bsd.prog.mk
>