c762934f69
the option. Make sure to actually honour the libraries detected by configure. This should fix the remaining issues on Solaris.
8 lines
97 B
Makefile
8 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= fetch
|
|
LDADD+= -lfetch @LIBS@
|
|
|
|
.include <bsd.prog.mk>
|