summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2016-09-02 16:20:47 +0000
committerbenno <benno@openbsd.org>2016-09-02 16:20:47 +0000
commit5aea5513b07f69f47c83c56e9701a8980447c97c (patch)
tree62851c8bc0c89bffd2a512e345134bbcb641dfcb /usr.sbin/dvmrpctl
parentwork on making log.c similar in all daemons: (diff)
downloadwireguard-openbsd-5aea5513b07f69f47c83c56e9701a8980447c97c.tar.xz
wireguard-openbsd-5aea5513b07f69f47c83c56e9701a8980447c97c.zip
work on making log.c similar in all daemons:
move daemon-local functions into new logmsg.c, and reduce the (mostly whitespace) differences so that log.c's can be diffed easily. ok claudio@
Diffstat (limited to 'usr.sbin/dvmrpctl')
-rw-r--r--usr.sbin/dvmrpctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpctl/Makefile b/usr.sbin/dvmrpctl/Makefile
index 390a3a009f5..8e0edd1d4d3 100644
--- a/usr.sbin/dvmrpctl/Makefile
+++ b/usr.sbin/dvmrpctl/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 2010/05/26 16:44:32 nicm Exp $
+# $OpenBSD: Makefile,v 1.5 2016/09/02 16:20:47 benno Exp $
.PATH: ${.CURDIR}/../dvmrpd
PROG= dvmrpctl
-SRCS= log.c dvmrpctl.c parser.c
+SRCS= log.c logmsg.c dvmrpctl.c parser.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes