summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-11-23 00:05:29 +0000
committeredwin <edwin@FreeBSD.org>2007-11-23 00:05:29 +0000
commit0aec4e0b506e5c497afd67081c3f0e3ab21317c0 (patch)
treea7729c13fe827d1a85808078706aa7d749d98598 /libexec/tftpd/Makefile
parentf51346a2b9fb629798aa46867bbde1ace870e7ea (diff)
downloadFreeBSD-src-0aec4e0b506e5c497afd67081c3f0e3ab21317c0.zip
FreeBSD-src-0aec4e0b506e5c497afd67081c3f0e3ab21317c0.tar.gz
Add the -W options, which acts the same as -w but will generate
unique names based on the submitted filename, a strftime(3) format string and a two digit sequence number. By default the strftime(3) format string is %Y%m%d (YYYYMMDD), but this can be changed by the -F option. PR: bin/106049 (based on patch in that PR) Approved by: grog@ (mentor)
Diffstat (limited to 'libexec/tftpd/Makefile')
-rw-r--r--libexec/tftpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile
index 75b16ae..6036d4c 100644
--- a/libexec/tftpd/Makefile
+++ b/libexec/tftpd/Makefile
@@ -5,6 +5,7 @@ PROG= tftpd
SRCS= tftpd.c tftpsubs.c
DPADD= ${LIBUTIL}
LDADD= -lutil
+WFORMAT=0
MAN= tftpd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp
OpenPOWER on IntegriCloud