diff options
| author | Jason King <jason.king@joyent.com> | 2018-02-16 16:21:53 +0000 |
|---|---|---|
| committer | Jason King <jason.king@joyent.com> | 2018-08-15 23:06:03 +0000 |
| commit | 8cbcb396d3e69d6050674883de9feed1716fc2f5 (patch) | |
| tree | 71638c1ba639685df66811eb2c9c490c8ff3f5be /usr/src/lib/libcmdutils/Makefile.com | |
| parent | 005d090d5d39829784302a3c8574b81b88fc69d0 (diff) | |
| download | illumos-joyent-custr.tar.gz | |
OS-6920 Split the custr functions into their own librarycustr
Diffstat (limited to 'usr/src/lib/libcmdutils/Makefile.com')
| -rw-r--r-- | usr/src/lib/libcmdutils/Makefile.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libcmdutils/Makefile.com b/usr/src/lib/libcmdutils/Makefile.com index 9cb35f8795..72e7330eba 100644 --- a/usr/src/lib/libcmdutils/Makefile.com +++ b/usr/src/lib/libcmdutils/Makefile.com @@ -21,12 +21,13 @@ # # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2013 RackTop Systems. +# Copyright 2018, Joyent, Inc. # LIBRARY= libcmdutils.a VERS= .1 CMD_OBJS= avltree.o sysattrs.o writefile.o process_xattrs.o uid.o gid.o \ - custr.o nicenum.o + nicenum.o COM_OBJS= list.o OBJECTS= $(CMD_OBJS) $(COM_OBJS) |
