summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/dont_makefile
blob: 48307f02ecd424b47eef66a164c6937dff2e9ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#########################################################################
# $Id: dont_makefile,v 1.2 2000/11/19 23:54:03 agmorgan Exp $
#########################################################################
# 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..
#########################################################################