diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2014-04-16 20:03:15 +0100 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2017-10-02 15:55:19 -0400 |
| commit | 3e76f9d6851ef6c63217178eb67278ec2809b944 (patch) | |
| tree | 8c8e1172a6bdbce8420f12d2af84d19f658bbae1 /usr/src/cmd/getconf | |
| parent | 2aca6c63d5cd09b4015887c19fcacf9df90967b0 (diff) | |
| download | illumos-joyent-3e76f9d6851ef6c63217178eb67278ec2809b944.tar.gz | |
8609 want a position independent CRT
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Albert Lee <trisk@forkgnu.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/getconf')
| -rw-r--r-- | usr/src/cmd/getconf/Makefile | 4 | ||||
| -rw-r--r-- | usr/src/cmd/getconf/inc.flg | 31 |
2 files changed, 2 insertions, 33 deletions
diff --git a/usr/src/cmd/getconf/Makefile b/usr/src/cmd/getconf/Makefile index cd001490d8..6293596e58 100644 --- a/usr/src/cmd/getconf/Makefile +++ b/usr/src/cmd/getconf/Makefile @@ -111,8 +111,8 @@ $(X6): install: all $(ROOTPROG) $(ROOTXPG4PROG) $(ROOTXPG6PROG) -values-xpg4.o: ../../lib/common/common/values-xpg4.c - $(COMPILE.c) -o $@ ../../lib/common/common/values-xpg4.c +values-xpg4.o: ../../lib/crt/common/values-xpg4.c + $(COMPILE.c) -o $@ ../../lib/crt/common/values-xpg4.c clean: -@rm -rf $(OBJS) $(XPG4EXOBJS) $(XPG6EXOBJS) $(X4) $(X6) \ diff --git a/usr/src/cmd/getconf/inc.flg b/usr/src/cmd/getconf/inc.flg deleted file mode 100644 index b66199dafe..0000000000 --- a/usr/src/cmd/getconf/inc.flg +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" -# - -echo_file usr/src/lib/common/common/values-xpg4.c -echo_file usr/src/lib/common/common/values-xpg6.c |
