]> granicus.if.org Git - linux-pam/blob - modules/dont_makefile
Relevant BUGIDs: 117450
[linux-pam] / modules / dont_makefile
1 #########################################################################
2 # $Id$
3 #########################################################################
4 # This is a makefile that does nothing. It is designed to be included
5 # by module Makefile-s when they are not compatable with the local
6 # system
7 #########################################################################
8
9 all:
10         @echo "This module will not be compiled on this system"
11
12 remove: clean
13
14 install: clean
15
16 clean:
17         @echo "Nothing to do"
18
19 #########################################################################
20 # all over..
21 #########################################################################