File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 21:58:48 2022 UTC (2 years ago) by misho
Branches: MAIN
CVS tags: HEAD
adds new files

    1: #
    2: # (C) 2022 by Michael Pounov <misho@elwix.org>
    3: #   CloudSigma AG - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile,v 1.2 2022/07/05 21:58:48 misho Exp $
    7: #
    8: 
    9: SRCS = fwsync_mod.c fwsync.c fwsync_workers.c fwsync_utils.c
   10: KMOD = fwsync
   11: 
   12: # Default debug level
   13: CFLAGS += -DDRV_DEBUG=0
   14: 
   15: rclean:
   16: 	@make clean
   17: 	rm -f *~
   18: 
   19: .include <bsd.kmod.mk>

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