summaryrefslogtreecommitdiff
path: root/Makefile
blob: 68d52ff27820f11bcd72d7d7886ebeead906895f (plain)
1
2
3
4
5
6
7
8
9
10
# $Id$

PROG=		dddup
SRCS=		dddup.c parse.c ifaddr.c base64.c request.c connect.c
NOMAN=
WARNINGS=       yes
CDIAGFLAGS+=    -W -Wall -Wpointer-arith \
                -Wstrict-prototypes -Wmissing-prototypes

.include <bsd.prog.mk>