PERFORCE change 79159 for review

Christian S.J. Peron csjp at FreeBSD.org
Wed Jun 29 17:03:19 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=79159

Change 79159 by csjp at 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/
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list