File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / Makefile
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Fri Jul 15 10:48:01 2022 UTC (22 months ago) by misho
Branches: MAIN
CVS tags: HEAD
remove inet6

#
# (C) 2022 by Michael Pounov <misho@elwix.org>
#   CloudSigma AG - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile,v 1.5 2022/07/15 10:48:01 misho Exp $
#

SRCS = fwsync_mod.c fwsync.c fwsync_workers.c fwsync_utils.c
KMOD = fwsync

# Default debug level
CFLAGS += -DDRV_DEBUG=0 -Wno-unused-function

DEBUG_FLAGS = -g

rclean:
	@make clean
	rm -f *~

.include <bsd.kmod.mk>

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