diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2023-05-22 10:00:48 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2023-05-22 10:14:52 +0000 |
| commit | 6c5cdba1bafe77428b7721e49cc2b944885ec71a (patch) | |
| tree | 2a7eee629447bd09cc89eee6e38a7cf0934ba732 /lib/Makefile | |
| parent | 951beab15d397942b5306aae292cd16564abe9f9 (diff) | |
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index e791c983cc77..982cff8a29f9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -109,7 +109,8 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \ liby \ libz \ libzstd \ - ncurses + ncurses \ + nss_tacplus # Inter-library dependencies. When the makefile for a library contains LDADD # libraries, those libraries should be listed as build order dependencies here. @@ -145,6 +146,7 @@ SUBDIR_DEPEND_liblzma= libthr .if ${MK_OFED} != "no" SUBDIR_DEPEND_libpcap= ofed .endif +SUBDIR_DEPEND_nss_tacplus= libtacplus .if !defined(COMPAT_32BIT) SUBDIR+= flua |
