diff options
Diffstat (limited to 'usr/src/cmd/rcm_daemon/Makefile')
-rw-r--r-- | usr/src/cmd/rcm_daemon/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/cmd/rcm_daemon/Makefile b/usr/src/cmd/rcm_daemon/Makefile index 6145ba954b..e508afa483 100644 --- a/usr/src/cmd/rcm_daemon/Makefile +++ b/usr/src/cmd/rcm_daemon/Makefile @@ -19,9 +19,6 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1999-2001 by Sun Microsystems, Inc. # All rights reserved. # @@ -40,7 +37,6 @@ install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber _msg := TARGET= _msg -lint := TARGET= lint install_h := TARGET= install_h #definitions for install_h target @@ -54,7 +50,7 @@ $(ROOTHDRS) := FILEMODE = 644 install: install_h $(SUBDIRS) -all lint _msg: install_h $(SUBDIRS) +all _msg: install_h $(SUBDIRS) clean clobber: $(SUBDIRS) $(SUBDIRS): FRC |