summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-01 13:53:16 +0000
committerbde <bde@FreeBSD.org>1997-04-01 13:53:16 +0000
commit0be4160258c9aae5b3023f3929ba8e9e571a8c4c (patch)
tree7bdd0def0789c44bc585a5495ae08114466802a6 /lib/csu/i386/Makefile
parentda270d0a3c7d738d85773fb09e2e52610606084f (diff)
downloadFreeBSD-src-0be4160258c9aae5b3023f3929ba8e9e571a8c4c.zip
FreeBSD-src-0be4160258c9aae5b3023f3929ba8e9e571a8c4c.tar.gz
Simplified install rule.
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index 1b3e61f..ba94f92 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id$
+# $Id: Makefile,v 1.28 1997/02/22 14:57:41 peter Exp $
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
@@ -45,12 +45,8 @@ sgcrt0.o: scrt0.o
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dlfcn.h \
${DESTDIR}/usr/include
-
-realinstall:
-.for i in ${OBJS}
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $i \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
-.endfor
depend: .depend
OpenPOWER on IntegriCloud