Diff for /fwsync/driver/Makefile between versions 1.3 and 1.4

version 1.3, 2022/07/11 15:59:42 version 1.4, 2022/07/15 10:46:17
Line 10  SRCS = fwsync_mod.c fwsync.c fwsync_workers.c fwsync_u Line 10  SRCS = fwsync_mod.c fwsync.c fwsync_workers.c fwsync_u
 KMOD = fwsync  KMOD = fwsync
   
 # Default debug level  # Default debug level
CFLAGS += -DDRV_DEBUG=0CFLAGS += -DINET6 -DDRV_DEBUG=0 -Wno-unused-function
   
 DEBUG_FLAGS = -g  DEBUG_FLAGS = -g
   

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>