pkgsrc/net/fetch/files/Makefile.in
joerg c762934f69 Detect automatically if libfetch needs linkage against OpenSSL and drop
the option. Make sure to actually honour the libraries detected by
configure. This should fix the remaining issues on Solaris.
2009-11-19 22:55:52 +00:00

8 lines
97 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PROG= fetch
LDADD+= -lfetch @LIBS@
.include <bsd.prog.mk>