diff options
| author | pooka <pooka@NetBSD.org> | 2009-09-04 17:21:33 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-09-04 17:21:33 +0000 |
| commit | da73ba1e67e751cc1dcd8f327489bb994660ff0e (patch) | |
| tree | a71f2e76f46455dda497e923447d11577eda28b6 /sys | |
| parent | f42da03906fc4c851f5408b0dc9a8b9ccd8eb09e (diff) | |
build & install librumpdev_netsmb and librumpfs_smbfs components
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/rump/Makefile | 4 | ||||
| -rw-r--r-- | sys/rump/dev/Makefile.rumpdev | 5 | ||||
| -rw-r--r-- | sys/rump/dev/lib/Makefile.inc | 4 | ||||
| -rw-r--r-- | sys/rump/fs/Makefile.rumpfs | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/sys/rump/Makefile b/sys/rump/Makefile index 578477cd66e..69aa74e3c34 100644 --- a/sys/rump/Makefile +++ b/sys/rump/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/11/17 10:21:44 pooka Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/04 17:21:34 pooka Exp $ # -SUBDIR= include librump fs net +SUBDIR= include librump dev fs net .include <bsd.subdir.mk> diff --git a/sys/rump/dev/Makefile.rumpdev b/sys/rump/dev/Makefile.rumpdev index 5d7cad2dd16..7151b93b584 100644 --- a/sys/rump/dev/Makefile.rumpdev +++ b/sys/rump/dev/Makefile.rumpdev @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.rumpdev,v 1.2 2009/07/20 18:09:20 pooka Exp $ +# $NetBSD: Makefile.rumpdev,v 1.3 2009/09/04 17:21:34 pooka Exp $ # -RUMPDEVLIST= cgd disk raidframe +#RUMPDEVLIST= cgd disk raidframe +RUMPDEVLIST= netsmb .for var in ${RUMPDEVLIST} RUMPDEVLIBS+=lib${var} diff --git a/sys/rump/dev/lib/Makefile.inc b/sys/rump/dev/lib/Makefile.inc index 37fdfeeedf5..659a673592e 100644 --- a/sys/rump/dev/lib/Makefile.inc +++ b/sys/rump/dev/lib/Makefile.inc @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.inc,v 1.1 2009/06/09 16:16:15 pooka Exp $ +# $NetBSD: Makefile.inc,v 1.2 2009/09/04 17:21:34 pooka Exp $ # RUMPTOP= ${.CURDIR}/../../.. -CPPFLAGS+= -I${RUMPTOP}/librump/rumpdev/opt +CPPFLAGS+= -I${RUMPTOP}/librump/rumpdev -I${RUMPTOP}/librump/rumpdev/opt .include "${RUMPTOP}/Makefile.rump" diff --git a/sys/rump/fs/Makefile.rumpfs b/sys/rump/fs/Makefile.rumpfs index f5234972785..6ef677e48ee 100644 --- a/sys/rump/fs/Makefile.rumpfs +++ b/sys/rump/fs/Makefile.rumpfs @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.rumpfs,v 1.15 2009/09/03 12:55:10 pooka Exp $ +# $NetBSD: Makefile.rumpfs,v 1.16 2009/09/04 17:21:34 pooka Exp $ # RUMPFSLIST= cd9660 efs ext2fs fdesc ffs hfs lfs msdos nfs nilfs ntfs -RUMPFSLIST+= syspuffs sysvbfs tmpfs udf +RUMPFSLIST+= smbfs syspuffs sysvbfs tmpfs udf .for var in ${RUMPFSLIST} RUMPFSLIBS+=lib${var} |
