diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-05-24 20:00:58 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-05-24 20:00:58 +0000 |
| commit | 71aaa237f34ce18fef3b121a81fc2342fc197502 (patch) | |
| tree | d078fdfe26e0c5452db7d149445ac6729a491737 | |
| parent | 937b0a997b4cec020a5c508b3f8a70aa4da8ef44 (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index e91a2313c7548..f09142e838e3c 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -228,7 +228,7 @@ LDADD Additional loader objects. Usually used for libraries. For example, to load with the compatibility and utility libraries, use: - LDFILES=-lutil -lcompat + LDADD=-lutil -lcompat LDFLAGS Additional loader flags. @@ -261,7 +261,7 @@ DPADD Additional dependencies for the program. Usually used for libraries. For example, to depend on the compatibility and utility libraries use: - SRCLIB=${LIBCOMPAT} ${LIBUTIL} + DPADD=${LIBCOMPAT} ${LIBUTIL} There is a predefined identifier for each (non-profiled, non-shared) library and object. Library file names are |
