diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2012-07-11 11:45:38 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2012-07-11 11:45:38 +0000 |
commit | 4815188c60edd2ecad4d081605ca7b35831c1b59 (patch) | |
tree | 4b8bfe98753ca90cd6432e47f1660fb470a40efa /usr.sbin | |
parent | b9076e09efcb9ae4f32155a702061a0121176636 (diff) |
manpage is coming
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tftp-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tftp-proxy/Makefile b/usr.sbin/tftp-proxy/Makefile index dfb2da028c5..6f94a06ed2c 100644 --- a/usr.sbin/tftp-proxy/Makefile +++ b/usr.sbin/tftp-proxy/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2012/07/11 11:43:27 dlg Exp $ +# $OpenBSD: Makefile,v 1.2 2012/07/11 11:45:37 dlg Exp $ PROG= tftp-proxy SRCS= tftp-proxy.c filter.c -MAN= tftp-proxy.8 +MAN= #tftp-proxy.8 LDADD= -levent DPADD= ${LIBEVENT} |