svn commit: r221768 - stable/8/usr.bin/fetch

Dag-Erling Smorgrav des at FreeBSD.org
Wed May 11 09:50:34 UTC 2011


Author: des
Date: Wed May 11 09:50:34 2011
New Revision: 221768
URL: http://svn.freebsd.org/changeset/base/221768

Log:
  Sync with head: WARNS, static linking.

Modified:
  stable/8/usr.bin/fetch/Makefile
Directory Properties:
  stable/8/usr.bin/fetch/   (props changed)

Modified: stable/8/usr.bin/fetch/Makefile
==============================================================================
--- stable/8/usr.bin/fetch/Makefile	Wed May 11 09:48:15 2011	(r221767)
+++ stable/8/usr.bin/fetch/Makefile	Wed May 11 09:50:34 2011	(r221768)
@@ -4,9 +4,8 @@
 
 PROG=		fetch
 CSTD?=		c99
-WARNS?=		6
-DPADD=		${LIBFETCH}
-LDADD=		-lfetch
+DPADD=		${LIBFETCH} ${LIBMD}
+LDADD=		-lfetch -lmd
 .if ${MK_OPENSSL} != "no"
 DPADD+=		${LIBSSL} ${LIBCRYPTO}
 LDADD+=		-lssl -lcrypto


More information about the svn-src-stable-8 mailing list