aboutsummaryrefslogtreecommitdiff
path: root/apps/nc/Makefile.am
blob: b27d7ded85548f0476fb9ba33ffd420367c0f058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include $(top_srcdir)/Makefile.am.common

if HOST_OPENBSD

if HAVE_POLL

noinst_PROGRAMS = nc

nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
nc_LDADD += $(top_builddir)/tls/libtls.la

nc_SOURCES = atomicio.c
nc_SOURCES += netcat.c
nc_SOURCES += socks.c
noinst_HEADERS = atomicio.h

if !HAVE_STRTONUM
nc_SOURCES += strtonum.c
endif

endif

endif