Module Name: src
Committed By: joerg
Date: Fri Feb 19 17:57:06 UTC 2010
Modified Files:
src/lib/libroken: Makefile
Log Message:
Link libroken against libcrypt for crypt(3).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libroken/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libroken/Makefile
diff -u src/lib/libroken/Makefile:1.17 src/lib/libroken/Makefile:1.18
--- src/lib/libroken/Makefile:1.17 Sun Jul 20 16:25:35 2008
+++ src/lib/libroken/Makefile Fri Feb 19 17:57:06 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/07/20 16:25:35 veego Exp $
+# $NetBSD: Makefile,v 1.18 2010/02/19 17:57:06 joerg Exp $
NOLINT= # defined
@@ -12,7 +12,8 @@
LIB= roken
.if ${OBJECT_FMT} == "ELF"
-LIBDPLIBS+= util ${.CURDIR}/../libutil
+LIBDPLIBS+= util ${.CURDIR}/../libutil \
+ crypt ${.CURDIR}/../libcrypt
.else
.PATH: ${NETBSDSRCDIR}/lib/libutil
SRCS+= efun.c