
#
# Makefile for Openfiler
#
# Copyright (C) 2004 Voluna Software. All rights reserved.
#

all:
	true
install:
	mkdir -p $(DESTDIR)/opt/openfiler $(DESTDIR)/etc/rc.d/init.d/
	cp -a . $(DESTDIR)/opt/openfiler/
	cp -a share/openfiler/stuff/openfiler.init $(DESTDIR)/etc/rc.d/init.d/openfiler

