diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-25 11:07:26 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-25 11:07:26 +0000 |
commit | 6adce30d288e6c89f9247b8bced6dc1382b72c8f (patch) | |
tree | 9490af12e8dfdddce4107ac3a4cefe6c56ba0614 /lib/libdpv | |
parent | 1578ed600d5f0f7553eff58b014cf5f74141ebcd (diff) | |
download | FreeBSD-src-6adce30d288e6c89f9247b8bced6dc1382b72c8f.zip FreeBSD-src-6adce30d288e6c89f9247b8bced6dc1382b72c8f.tar.gz |
Convert libraries to use LIBADD
While here reduce a bit overlinking
Diffstat (limited to 'lib/libdpv')
-rw-r--r-- | lib/libdpv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libdpv/Makefile b/lib/libdpv/Makefile index 8096cc9..f2dc481 100644 --- a/lib/libdpv/Makefile +++ b/lib/libdpv/Makefile @@ -6,8 +6,7 @@ INCS= dpv.h MAN= dpv.3 MLINKS= dpv.3 dpv_free.3 -DPADD= ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL} -LDADD= -ldialog -lfigpar -lncursesw -lutil +LIBADD= dialog figpar util ncursesw SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c |