diff options
Diffstat (limited to 'usr/src/cmd/chmod/Makefile')
| -rw-r--r-- | usr/src/cmd/chmod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/chmod/Makefile b/usr/src/cmd/chmod/Makefile index e7f71f4c8d..fad270c1b0 100644 --- a/usr/src/cmd/chmod/Makefile +++ b/usr/src/cmd/chmod/Makefile @@ -22,7 +22,7 @@ # #ident "%Z%%M% %I% %E% SMI" # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/chmod/Makefile @@ -42,6 +42,8 @@ CPPFLAGS += -D_FILE_OFFSET_BITS=64 LINTFLAGS += -erroff=E_NAME_DEF_NOT_USED2 +LDLIBS += -lsec + POFILE= chmod_cmd.po XGETFLAGS= -a -x chmod.xcl |
