diff options
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r-- | lib/libcrypt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 3742913..ef66357 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -24,9 +24,6 @@ CFLAGS+= -I${.CURDIR}/../libmd CFLAGS+= -DLIBC_SCCS -Wall PRECIOUSLIB= yes -LDADD+= -lmd -DPADD+= ${LIBMD} - # Include this early to pick up the definitions of SHLIB_MAJOR and # SHLIB_MINOR which are used in the existence tests. .include "${.CURDIR}/../Makefile.inc" |