Add prototype for ciss_print0 in place.
[dragonfly.git] / bin / cpdup / Makefile
1 # $DragonFly: src/bin/cpdup/Makefile,v 1.3 2004/11/14 18:18:30 joerg Exp $
2 #
3
4 PROG=   cpdup
5 SRCS=   cpdup.c misc.c
6
7 WARNS?= 6
8
9 LDADD+= -lmd
10 DPADD+= ${LIBMD}
11
12 .include <bsd.prog.mk>
13