diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
| commit | 13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch) | |
| tree | 69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/geom/class/eli | |
| parent | cc0d90a7997d7483dcfb77b908a709fa5561a5fb (diff) | |
Convert sbin/ to LIBADD
Reduce overlinking
Notes
svn path=/head/; revision=275030
Diffstat (limited to 'sbin/geom/class/eli')
| -rw-r--r-- | sbin/geom/class/eli/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/geom/class/eli/Makefile b/sbin/geom/class/eli/Makefile index 119566876d71..f8e453dc616c 100644 --- a/sbin/geom/class/eli/Makefile +++ b/sbin/geom/class/eli/Makefile @@ -8,8 +8,7 @@ SRCS+= g_eli_key.c SRCS+= pkcs5v2.c SRCS+= sha2.c -DPADD= ${LIBMD} ${LIBCRYPTO} -LDADD= -lmd -lcrypto +LIBADD= md crypto WARNS?= 3 |
