eef2.c eefd.c eehelp.c eekmac.c eef3.c eesrch.c eequer.c \
eefill.c eediag.c sbstr.c sbm.c sberr.c
SRCS.ellec= ellec.c
-CPPFLAGS+= -DIGN_JOB_CONTROL -wa
+CPPFLAGS+= -DIGN_JOB_CONTROl
MAN.elle=
MAN.ellec=
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
-CFLAGS += -Wall
-
LDADD+=-lutil
DPADD+=${LIBUTIL}
DPADD= ${LIBZ}
.if ${COMPILER_TYPE} == "gnu"
-CFLAGS+= -Wall
CPPFLAGS+= -isystem ../../../include
.endif
}
PRIVATE int quirkmatch(struct quirk *table, u8_t bcr, u8_t scr, u8_t interface, u16_t vid, u16_t did) {
- int i = 0;
-
while(table->vendor) {
if(table->vendor == vid && table->device == did &&
table->pci_class == bcr &&
BINDIR?= /usr/sbin
debug= 0
-CPPFLAGS+= -Ddebug=${debug} -ws -w -Wall
+CPPFLAGS+= -Ddebug=${debug} -w
.include <bsd.prog.mk>
MAN=
.include <bsd.prog.mk>
-CFLAGS += -Wall
CPPFLAGS+= -I${.CURDIR} -D_MINIX -D_SYSTEM
CPPFLAGS+= -I${.CURDIR}/../../lib/liblwip/include
-CFLAGS += -Wall -Wextra -std=c99
+CFLAGS += -Wextra -std=c99
.include <bsd.prog.mk>
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${ARCH}
CPPFLAGS+= -I${MINIXSRCDIR}
-.if ${CC} == gcc
-CFLAGS+= -Wall -Werror
-.endif
.include "arch/${ARCH}/Makefile.inc"
.include <bsd.prog.mk>
AFLAGS+=-D__ASSEMBLY__ -D_EM_WSIZE=4
-CFLAGS+= -fno-builtin
+CFLAGS+= -fno-builtin -Wall