]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/vmd/Makefile
libarchive: import changes from upstream
[FreeBSD/FreeBSD.git] / sys / modules / vmd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/vmd
4
5 KMOD=   vmd
6
7 SRCS=   \
8         vmd.c           \
9         bus_if.h        \
10         device_if.h     \
11         pci_if.h        \
12         pcib_if.h       \
13         opt_global.h    \
14
15 CFLAGS+=        -include opt_global.h
16
17 opt_global.h:
18         echo "#define NEW_PCIB 1"       >> ${.TARGET}
19
20 .include <bsd.kmod.mk>