[BACK]Return to Makefile.rumpfs CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump / fs

File: [cvs.NetBSD.org] / src / sys / rump / fs / Attic / Makefile.rumpfs (download)

Revision 1.10, Tue Aug 5 14:42:03 2008 UTC (15 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.9: +2 -2 lines

Maintain consistency of naming between the rumpfs library name and
the MOUNT_FOOFS name.  Don't bother polluting the obsolete lists
with the original names since they were in only for a few days.

#	$NetBSD: Makefile.rumpfs,v 1.10 2008/08/05 14:42:03 pooka Exp $
#

RUMPFSLIST=	cd9660 efs ext2fs ffs hfs lfs msdos ntfs syspuffs tmpfs udf
RUMPFSALL=	${RUMPFSLIST} ufs

.for var in ${RUMPFSALL}
RUMPFSLIBS+=lib${var}
RUMPFSLDADD+=-lrumpfs_${var}
.endfor