diff options
Diffstat (limited to 'usr/src/cmd/init/Makefile')
-rw-r--r-- | usr/src/cmd/init/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/cmd/init/Makefile b/usr/src/cmd/init/Makefile index a916b702cc..1a4d7c7bb8 100644 --- a/usr/src/cmd/init/Makefile +++ b/usr/src/cmd/init/Makefile @@ -20,11 +20,9 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# PROG= init ROOTFS_PROG= $(PROG) @@ -33,9 +31,6 @@ DEFAULTFILES= init.dfl include ../Makefile.cmd -OWNER = root -GROUP = sys - LDLIBS += -lpam -lbsm -lcontract -lscf LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2 CLOBBERFILES= $(STATIC) |