Merge from vendor branch GDB:
[dragonfly.git] / bin / cpdup / Makefile
1 # $DragonFly: src/bin/cpdup/Makefile,v 1.4 2005/02/06 06:16:39 okumoto Exp $
2 #
3
4 PROG=   cpdup
5 SRCS=   cpdup.c misc.c
6
7 LDADD+= -lmd
8 DPADD+= ${LIBMD}
9
10 .include <bsd.prog.mk>
11