diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-17 17:17:28 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-17 17:17:28 +0000 |
commit | 34acf235688cfc7de559db2e6da860177b087c67 (patch) | |
tree | 17b5af9f70c53c2b00e28292cf996201cf52408d /usr.bin/tftp/Makefile | |
parent | 988b4ff4aaec196c993ecb5234a8350eda8ade72 (diff) |
nuke strcpy + -Wall
parts from and ok mickey@
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r-- | usr.bin/tftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index 42dc100768c..7f58cb044bb 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2003/04/17 17:17:27 henning Exp $ PROG= tftp +CFLAGS+=-Wall SRCS= main.c tftp.c tftpsubs.c .include <bsd.prog.mk> |