summaryrefslogtreecommitdiff
path: root/lib/csu/sh
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2008-09-26 16:22:16 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2008-09-26 16:22:16 +0000
commitff23f07a33271f529092dba85bcc3e81599824e2 (patch)
treee2ee132b36de8ecc27af8a09f716b8516cf9229a /lib/csu/sh
parentf6aa7e9b26297e3aacacfc47da2dcd9b7a2e9ff6 (diff)
Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk.
Caught and ok kurt@
Diffstat (limited to 'lib/csu/sh')
-rw-r--r--lib/csu/sh/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/csu/sh/Makefile b/lib/csu/sh/Makefile
index f3043e142f8..9cf2a7bccce 100644
--- a/lib/csu/sh/Makefile
+++ b/lib/csu/sh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2006/10/10 22:07:10 miod Exp $
+# $OpenBSD: Makefile,v 1.2 2008/09/26 16:22:15 drahn Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93
CFLAGS+= -DLIBC_SCCS
@@ -9,9 +9,6 @@ ELFDIR= ${.CURDIR}/../common_elf
.PATH: ${ELFDIR}
CFLAGS+= -I${ELFDIR} -I${.CURDIR}
-#PICFLAG?=-fpic
-PICFLAG=
-
all: ${OBJS}
crt0.o: crt0.c