mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
89d3eeaeca
this patch set updates ddup to make it conformant w/ http://clients.dyndns.org/devel/query.php major changes where done by robert@castley.com, so, don't forget to give him credits in the CVS logs. PR: ports/40966 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
18 lines
246 B
Makefile
18 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ddup
|
|
SRCS= ddup.c \
|
|
ddup_functions.c \
|
|
getopt.c \
|
|
getopt1.c \
|
|
parse_config.c \
|
|
parse_option.c \
|
|
update.c
|
|
CFLAGS+= ${DEBUG}
|
|
MAN1= ddup.1
|
|
BINDIR= ${PREFIX}/sbin
|
|
MANDIR= ${PREFIX}/man/man
|
|
|
|
.include <bsd.prog.mk>
|
|
|