A cvsup file that pulls the "checked out" version of source. I'm referencing
[dragonfly.git] / sbin / md5 / Makefile
blob11d6117e0d60f3483d8365c90968ce4d32e9c17b
1 # @(#)Makefile 8.1 (Berkeley) 6/9/93
2 # $FreeBSD: src/sbin/md5/Makefile,v 1.2.6.1 2001/04/25 10:58:32 ru Exp $
3 # $DragonFly: src/sbin/md5/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
5 PROG= md5
7 LDADD+= -lmd
8 DPADD+= ${LIBMD}
10 .include <bsd.prog.mk>