mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove makefiles for geom_apple and geom_gpt. These are non-existent
for while.
This commit is contained in:
parent
da50cd3932
commit
252dfdbdbd
2 changed files with 0 additions and 16 deletions
|
|
@ -1,8 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../geom
|
||||
|
||||
KMOD= geom_apple
|
||||
SRCS= geom_apple.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../geom
|
||||
|
||||
KMOD= geom_gpt
|
||||
SRCS= geom_gpt.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue