NetBSD/usr.sbin/puffs/rump_ext2fs/Makefile
pooka 1d6d3e2769 Link self-contained file systems (i.e. do not depend on other file
systems) against the kernel module on select archs.
2008-12-30 22:20:56 +00:00

15 lines
242 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/12/30 22:20:56 pooka Exp $
#
.include <bsd.own.mk>
.undef RUMPKMOD
MOUNTNAME= ext2fs
LDADD+= -lrumpfs_ufs -lrumpfs_ffs
DPADD+= ${LIBRUMPFS_UFS} ${LIBRUMPFS_FFS}
ISRUMP= # yea baby
.include <bsd.prog.mk>