1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Remove GCC-ism (-Wall).

This commit is contained in:
Ruslan Ermilov 2001-05-18 10:40:34 +00:00
parent 8275cc7fb1
commit 2862006272
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76808

View File

@ -1,8 +1,5 @@
#
# $FreeBSD$
#
PROG= scrshot
CFLAGS+=-Wall
.include <bsd.prog.mk>