1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Remove GCC-specific flags.

This commit is contained in:
Mark Murray 2002-04-28 12:54:24 +00:00
parent 9e5ff032b5
commit f5b7af34dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95647

View File

@ -5,6 +5,5 @@ SRCS= ldd.c
.if ${MACHINE_ARCH} == "i386"
SRCS+= sods.c
.endif
CFLAGS+= -Wall
.include <bsd.prog.mk>