mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
150 B
Makefile
11 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/geom/journal
|
|
|
|
KMOD= geom_journal
|
|
SRCS= g_journal.c
|
|
SRCS+= g_journal_ufs.c
|
|
SRCS+= vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|