Fix minor formatting errors in cpdup(1)'s man page.
[dragonfly.git] / bin / cpdup / Makefile
1 # $DragonFly: src/bin/cpdup/Makefile,v 1.1 2003/12/01 02:20:14 dillon Exp $
2 #
3
4 PROG=   cpdup
5 SRCS=   cpdup.c misc.c
6 LDADD+= -lmd
7 DPADD+= ${LIBMD}
8 CFLAGS+= -Wall -Wstrict-prototypes
9
10 .include <bsd.prog.mk>
11