summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2012-03-08 03:17:11 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2012-03-08 03:17:11 +0000
commit0d00d7bde0de878dcd435101d3dc54b23ccdb362 (patch)
tree3f95b81f1a9fdb03ad31d733a311bcb609ab4ac4 /usr.sbin
parent265ddb4055bbb1bbc96ad038818b2aeaf704583a (diff)
-pedantic wasnt supposed to be commited.
reported by steve andre
Diffstat (limited to 'usr.sbin')
-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