mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
Add -Wall to CFLAGS
This commit is contained in:
parent
8612149895
commit
84b54bb498
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16783
@ -1,6 +1,8 @@
|
||||
PROG = fetch
|
||||
SRCS = main.c
|
||||
|
||||
CFLAGS+= -Wall
|
||||
|
||||
DPADD= ${LIBFTPIO}
|
||||
LDADD= -lftpio
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user