diff options
author | jmcp <James.McPherson@Sun.COM> | 2009-07-29 16:56:03 -0700 |
---|---|---|
committer | jmcp <James.McPherson@Sun.COM> | 2009-07-29 16:56:03 -0700 |
commit | 24fe0b3bf671e123467ce1df0b67cadd3614c8e4 (patch) | |
tree | b1dbcd8a1c725f5a5c63b280db8456826236565d /usr/src/cmd/init/Makefile | |
parent | 1c4f4ba644d8782956721a39baaa3a53ebc34570 (diff) | |
download | illumos-joyent-24fe0b3bf671e123467ce1df0b67cadd3614c8e4.tar.gz |
6864230 hiho, hiho, it'ch chtime for CH to go
Portions contributed by Rich Lowe
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) |