summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftpd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tftpd')
-rw-r--r--usr.sbin/tftpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tftpd/Makefile b/usr.sbin/tftpd/Makefile
index 21ad34d43f7..8ecff27caaa 100644
--- a/usr.sbin/tftpd/Makefile
+++ b/usr.sbin/tftpd/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2012/03/08 03:17:10 dlg Exp $
+# $OpenBSD: Makefile,v 1.5 2012/09/12 09:19:54 haesbaert Exp $
PROG= tftpd
SRCS= tftpd.c
LDADD= -levent
DPADD= ${LIBEVENT}
CFLAGS+= -Wall -Werror
+CDIAGFLAGS=
MAN= tftpd.8