File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 22 13:01:55 2022 UTC (23 months, 3 weeks ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #
    2: # (C) 2022 by Michael Pounov <misho@elwix.org>
    3: #   CloudSigma AG - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile,v 1.1 2022/06/22 13:01:55 misho Exp $
    7: #
    8: 
    9: SRCS = fwsync_mod.c fwsync.c fwsync_workers.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>