diff options
Diffstat (limited to 'usr/src/lib/mpss')
| -rw-r--r-- | usr/src/lib/mpss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/mpss/Makefile b/usr/src/lib/mpss/Makefile index 960b35a481..013fdb01e6 100644 --- a/usr/src/lib/mpss/Makefile +++ b/usr/src/lib/mpss/Makefile @@ -23,8 +23,6 @@ # Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib @@ -41,7 +39,9 @@ lint := TARGET= lint .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean lint: $(SUBDIRS) +clobber: $(SUBDIRS) + $(RM) $(POFILE) $(POFILE): pofile_MSGFILES |
