]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/digi/digi/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / digi / digi / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/digi
4 KMOD=   digi
5 SRCS=   digi.c digi_pci.c digi_isa.c
6 SRCS+=  digi.h digi_pci.h digireg.h digi_mod.h
7 SRCS+=  bus_if.h pci_if.h device_if.h
8 SRCS+=  opt_compat.h
9
10 .if !defined(KERNBUILDDIR)
11 opt_compat.h:
12         echo "#define COMPAT_43 1" > ${.TARGET}
13         echo "#define COMPAT_FREEBSD6 1" >> ${.TARGET}
14 .endif
15
16 .include <bsd.kmod.mk>