4d4057d8a2
. fsck driver parses /etc/fstab and invokes sub-fscks . further simplifies fs handling in rc
11 lines
166 B
Makefile
11 lines
166 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/05/11 15:32:20 ad Exp $
|
|
|
|
INCSDIR=/usr/include/x86
|
|
|
|
INCS= float.h \
|
|
ieee.h \
|
|
ieeefp.h \
|
|
math.h \
|
|
mutex.h
|
|
|
|
.include <bsd.kinc.mk>
|