9 lines
120 B
Makefile
9 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_pc98
|
|
SRCS= geom_pc98.c geom_pc98_enc.c
|
|
|
|
.include <bsd.kmod.mk>
|