Rename Makefile.rump${x} to Makefile.rump${x}comp for consistency.

This commit is contained in:
pooka 2010-12-05 16:53:46 +00:00
parent a0cc35fc67
commit 6292852036
7 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rumpdev,v 1.17 2010/11/22 21:20:32 pooka Exp $
# $NetBSD: Makefile.rumpdevcomp,v 1.1 2010/12/05 16:53:46 pooka Exp $
#
RUMPDEVLIST= audio bpf cgd disk dm fss md netsmb pad putter raidframe \

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2009/06/09 16:16:15 pooka Exp $
# $NetBSD: Makefile,v 1.2 2010/12/05 16:53:46 pooka Exp $
#
.include "${.CURDIR}/../Makefile.rumpdev"
.include "${.CURDIR}/../Makefile.rumpdevcomp"
SUBDIR+= ${RUMPDEVLIBS}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rumpfs,v 1.26 2010/12/05 16:11:16 pooka Exp $
# $NetBSD: Makefile.rumpfscomp,v 1.1 2010/12/05 16:53:46 pooka Exp $
#
RUMPFSCOMP= cd9660 efs ext2fs fdesc ffs hfs kernfs lfs mfs msdos \

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2007/08/05 22:28:03 pooka Exp $
# $NetBSD: Makefile,v 1.2 2010/12/05 16:53:46 pooka Exp $
#
.include "${.CURDIR}/../Makefile.rumpfs"
.include "${.CURDIR}/../Makefile.rumpfscomp"
SUBDIR+= ${RUMPFSLIBS}

View File

@ -1,9 +0,0 @@
# $NetBSD: Makefile.rumpnet,v 1.7 2010/03/22 12:08:44 pooka Exp $
#
RUMPNETLIST= net net80211 netbt netinet local sockin shmif virtif
.for var in ${RUMPNETLIST}
RUMPNETLIBS+=lib${var}
RUMPNETLDADD+=-lrumpnet_${var}
.endfor

View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile.rumpnetcomp,v 1.1 2010/12/05 16:53:46 pooka Exp $
#
RUMPNETCOMP= net net80211 netbt netinet local sockin shmif virtif
.for var in ${RUMPNETCOMP}
RUMPNETLIBS+=lib${var}
RUMPNETLDADD+=-lrumpnet_${var}
.endfor

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2008/10/02 21:59:19 pooka Exp $
# $NetBSD: Makefile,v 1.2 2010/12/05 16:53:47 pooka Exp $
#
.include "${.CURDIR}/../Makefile.rumpnet"
.include "${.CURDIR}/../Makefile.rumpnetcomp"
SUBDIR+= ${RUMPNETLIBS}