File: Makefile

package info (click to toggle)
kfreebsd-10 10.1~svn274115-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 226,112 kB
  • sloc: ansic: 4,140,771; asm: 48,128; makefile: 11,880; yacc: 4,834; awk: 3,455; lex: 1,710; sh: 1,234; python: 203; perl: 89; sed: 4
file content (12 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH:	${.CURDIR}/../../../dev/hyperv/utilities

KMOD=	hv_utils
SRCS=	hv_util.c hv_kvp.c
SRCS+=	bus_if.h device_if.h

CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
	 -I${.CURDIR}/../../../dev/hyperv/vmbus

.include <bsd.kmod.mk>