6e2578e4c4
happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
PROG= uucpd
|
|
MAN8= uucpd.8
|
|
LDADD= -lcrypt -lutil
|
|
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
|
.include <bsd.prog.mk>
|