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-- 220 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${.CURDIR}/../../../../geom/part

KMOD=	geom_part_gpt
SRCS=	g_part_gpt.c

SRCS+=	bus_if.h device_if.h g_part_if.h

MFILES=	kern/bus_if.m kern/device_if.m geom/part/g_part_if.m

.include <bsd.kmod.mk>