diff options
author | 2012-07-11 11:45:37 +0000 | |
---|---|---|
committer | 2012-07-11 11:45:37 +0000 | |
commit | 5d668f4387fa59f1a08664ad2d450d7aa47d9a4d (patch) | |
tree | ce8847bbeeede34b0fccc164faa47b6149558e6d /usr.sbin/tftp-proxy | |
parent | bring in a persistent event driven tftp-proxy to replace the libexec (diff) | |
download | wireguard-openbsd-5d668f4387fa59f1a08664ad2d450d7aa47d9a4d.tar.xz wireguard-openbsd-5d668f4387fa59f1a08664ad2d450d7aa47d9a4d.zip |
manpage is coming
Diffstat (limited to 'usr.sbin/tftp-proxy')
-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 5f335ad329f..6f94a06ed2c 100644 --- a/usr.sbin/tftp-proxy/Makefile +++ b/usr.sbin/tftp-proxy/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.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} |