mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
8 lines
215 B
Makefile
8 lines
215 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2009/01/16 19:39:52 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/ffs ${NETBSDSRCDIR}/sys/ufs/ffs
|
|
|
|
SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ffs_tables.c ufs_bmap.c
|
|
SRCS+= buf.c mkfs.c
|