diff options
Diffstat (limited to 'usr/src/cmd/utmpd')
| -rw-r--r-- | usr/src/cmd/utmpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/utmpd/Makefile b/usr/src/cmd/utmpd/Makefile index 611c1f36dd..74a1561e64 100644 --- a/usr/src/cmd/utmpd/Makefile +++ b/usr/src/cmd/utmpd/Makefile @@ -22,6 +22,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. PROG= utmpd DEFAULTFILES= utmpd.dfl @@ -34,6 +35,8 @@ ROOTMANIFESTDIR = $(ROOTSVCSYSTEM) FILEMODE = 555 +SMOFF += signed + .KEEP_STATE: all: $(PROG) |
