summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/dont_makefile
blob: b49e9e7a57bdbd5fbe6b200bfd8434b59a2d1bb3 (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.1.1.1 2001/04/29 04:17:16 hartmans 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..
#########################################################################