source: trunk/packages/xen-common/xen-common/tools/libfsimage/reiserfs/Makefile @ 95

Last change on this file since 95 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 174 bytes
Line 
1XEN_ROOT = ../../..
2
3LIB_SRCS-y = fsys_reiserfs.c
4
5FS = reiserfs
6
7.PHONY: all
8all: fs-all
9
10.PHONY: install
11install: fs-install
12
13include $(XEN_ROOT)/tools/libfsimage/Rules.mk
Note: See TracBrowser for help on using the repository browser.