diff options
Diffstat (limited to 'contrib/libpam/modules/dont_makefile')
-rw-r--r-- | contrib/libpam/modules/dont_makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/libpam/modules/dont_makefile b/contrib/libpam/modules/dont_makefile index f256ce1b3a61c..48307f02ecd42 100644 --- a/contrib/libpam/modules/dont_makefile +++ b/contrib/libpam/modules/dont_makefile @@ -1,4 +1,6 @@ ######################################################################### +# $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 @@ -7,7 +9,7 @@ all: @echo "This module will not be compiled on this system" -extraclean: clean +remove: clean install: clean |