summaryrefslogtreecommitdiff
path: root/modules/dont_makefile
blob: b7e1183476756fd620f792c134af88c091e2e0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#########################################################################
# $Id$
#########################################################################
# This is a makefile that does nothing. It is designed to be included
# by module Makefile-s when they are not compatable with the local
# system
#########################################################################

all:
	@echo "This module will not be compiled on this system"

remove: clean

install: clean

clean:
	@echo "Nothing to do"

#########################################################################
# all over..
#########################################################################