Module Name: src
Committed By: mrg
Date: Sat May 23 06:45:28 UTC 2009
Modified Files:
src/libexec/httpd: Makefile
Log Message:
fix a merge botch in previous
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/libexec/httpd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/Makefile
diff -u src/libexec/httpd/Makefile:1.9 src/libexec/httpd/Makefile:1.10
--- src/libexec/httpd/Makefile:1.9 Sat May 23 02:26:03 2009
+++ src/libexec/httpd/Makefile Sat May 23 06:45:28 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/05/23 02:26:03 mrg Exp $
+# $NetBSD: Makefile,v 1.10 2009/05/23 06:45:28 mrg Exp $
#
# $eterna: Makefile,v 1.27 2009/05/22 21:51:38 mrg Exp $
@@ -21,6 +21,8 @@
LDADD= -lcrypt
DPADD= ${LIBCRYPT}
+.include <bsd.own.mk>
+
.if ${MKCRYPTO} != "no"
LDADD+= -lssl -lcrypto