Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 17:03:19 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79159 for review
Message-ID:  <200506291703.j5TH3Ju2026875@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79159

Change 79159 by csjp@csjp_xor on 2005/06/29 17:02:54

	Add a DPADD for libmd and un-break the build
	
	Pointed out by:	rwatson
	Pointy hat to:	csjp

Affected files ...

.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#6 (text+ko) ====

@@ -1,7 +1,8 @@
 PROG=	getfhash
 LINKS=  ${BINDIR}/getfhash ${BINDIR}/setfhash
 WARNS=	6
-
+DPADD=	${LIBMD}
+LDADD=	-lmd
 MAN=	getfhash.8 setfhash.8
 
 CFLAGS+=-I${.CURDIR}/../../sys/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506291703.j5TH3Ju2026875>