summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2012-03-08 03:17:10 +0000
committerdlg <dlg@openbsd.org>2012-03-08 03:17:10 +0000
commit51a7401a0225ffab080d34a3b01485333dcba239 (patch)
treea637ff9f6fe790e07f4434faff770be8ecad1e26
parent- remove some map_find() calls that are no longer needed, they are followed (diff)
downloadwireguard-openbsd-51a7401a0225ffab080d34a3b01485333dcba239.tar.xz
wireguard-openbsd-51a7401a0225ffab080d34a3b01485333dcba239.zip
-pedantic wasnt supposed to be commited.
reported by steve andre
-rw-r--r--usr.sbin/tftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tftpd/Makefile b/usr.sbin/tftpd/Makefile
index 368dc1c757d..21ad34d43f7 100644
--- a/usr.sbin/tftpd/Makefile
+++ b/usr.sbin/tftpd/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.3 2012/03/07 22:24:01 dlg Exp $
+# $OpenBSD: Makefile,v 1.4 2012/03/08 03:17:10 dlg Exp $
PROG= tftpd
SRCS= tftpd.c
LDADD= -levent
DPADD= ${LIBEVENT}
-CFLAGS+= -Wall -Werror -pedantic
+CFLAGS+= -Wall -Werror
MAN= tftpd.8