aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-03-30 06:40:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-03-30 06:40:31 +0000
commit139762f2be949aea85f6fa4e5de8e5848030d2ad (patch)
tree7c69557c95eff324867824552d01d14971f5537f /lib/csu
parent8c0aac9163402f1cf3132b1097289b99475bc2f3 (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index a6c61edde4fd..f7ec74b1e8b1 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.13 1995/02/07 13:27:28 jkh Exp $
+# $Id: Makefile,v 1.14 1995/02/09 08:00:20 jkh Exp $
CFLAGS+= -DLIBC_SCCS -DDYNAMIC
OBJS= crt0.o gcrt0.o c++rt0.o
@@ -23,7 +23,7 @@ gcrt0.o: crt0.c
${LD} -x -r ${.TARGET}
mv a.out ${.TARGET}
-install:
+install: maninstall
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dlfcn.h \