]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/digi/digi/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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" > opt_compat.h
13         echo "#define COMPAT_FREEBSD6 1" >> opt_compat.h
14 .endif
15
16 .include <bsd.kmod.mk>