diff options
author | 2012-03-08 03:17:10 +0000 | |
---|---|---|
committer | 2012-03-08 03:17:10 +0000 | |
commit | 51a7401a0225ffab080d34a3b01485333dcba239 (patch) | |
tree | a637ff9f6fe790e07f4434faff770be8ecad1e26 | |
parent | - remove some map_find() calls that are no longer needed, they are followed (diff) | |
download | wireguard-openbsd-51a7401a0225ffab080d34a3b01485333dcba239.tar.xz wireguard-openbsd-51a7401a0225ffab080d34a3b01485333dcba239.zip |
-pedantic wasnt supposed to be commited.
reported by steve andre
-rw-r--r-- | usr.sbin/tftpd/Makefile | 4 |
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 |