mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_pc98
|
|
SRCS= geom_pc98.c geom_pc98_enc.c
|
|
|
|
.include <bsd.kmod.mk>
|