1
0
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:
Gary Palmer 1996-06-26 20:49:41 +00:00
parent 8612149895
commit 84b54bb498
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16783

View File

@ -1,6 +1,8 @@
PROG = fetch
SRCS = main.c
CFLAGS+= -Wall
DPADD= ${LIBFTPIO}
LDADD= -lftpio