NetBSD/sys/ufs/lfs/Makefile
dholland 34f0d74c9e Add a new lfs header file: lfs_accessors.h.
This contains all the accessor functions and macros out of lfs.h.
Add an include of lfs_accessors.h after all uses of lfs.h... except
for code that wants to define its own struct lfs-alike that the
accessors are supposed to play along with. For these, set STRUCT_LFS
and include lfs_accessors.h after the necessary structure has been
defined, so that lfs_accessors.h can emit functions in terms of it.
2015-07-28 05:09:34 +00:00

8 lines
170 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/07/28 05:09:34 dholland Exp $
INCSDIR= /usr/include/ufs/lfs
INCS= lfs.h lfs_accessors.h lfs_inode.h lfs_extern.h
.include <bsd.kinc.mk>