diff options
Diffstat (limited to 'usr/src/lib/libprtdiag_psr/sparc/desktop/Makefile')
-rw-r--r-- | usr/src/lib/libprtdiag_psr/sparc/desktop/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libprtdiag_psr/sparc/desktop/Makefile b/usr/src/lib/libprtdiag_psr/sparc/desktop/Makefile index 713cc7d570..29763cd3d0 100644 --- a/usr/src/lib/libprtdiag_psr/sparc/desktop/Makefile +++ b/usr/src/lib/libprtdiag_psr/sparc/desktop/Makefile @@ -23,14 +23,10 @@ # Copyright (c) 2000 by Sun Microsystems, Inc. # All rights reserved. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libprtdiag_psr/sparc/desktop/Makefile PRTDIAG_DIRS= nonpicl picl all := TARGET= all -lint := TARGET= lint clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install @@ -38,7 +34,7 @@ _msg := TARGET= _msg .KEEP_STATE: -all lint clean clobber install _msg : $(PRTDIAG_DIRS) +all clean clobber install _msg: $(PRTDIAG_DIRS) $(PRTDIAG_DIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |