diff options
Diffstat (limited to 'usr/src/cmd/devmgmt/Makefile')
-rw-r--r-- | usr/src/cmd/devmgmt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/devmgmt/Makefile b/usr/src/cmd/devmgmt/Makefile index 181a62a78e..bad83f0125 100644 --- a/usr/src/cmd/devmgmt/Makefile +++ b/usr/src/cmd/devmgmt/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 1990,2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -30,7 +28,7 @@ include ../Makefile.cmd -SUBDIRS = cmds data mkdtab +SUBDIRS = cmds data all:= TARGET= all install:= TARGET= install |