summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-09 08:00:20 +0000
committerjkh <jkh@FreeBSD.org>1995-02-09 08:00:20 +0000
commita23ae9f606a82c4eeb74512d6008c322576c3261 (patch)
tree5237c275b867f5199fc00d2981a90ccf0dc5e144
parent2bd1a20fe1247a174fba108f032e6c4acd601d4f (diff)
downloadFreeBSD-src-a23ae9f606a82c4eeb74512d6008c322576c3261.zip
FreeBSD-src-a23ae9f606a82c4eeb74512d6008c322576c3261.tar.gz
Install the header files.
-rw-r--r--lib/csu/i386/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index dfdbc38..a6c61ed 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.12 1994/09/19 02:00:18 ache Exp $
+# $Id: Makefile,v 1.13 1995/02/07 13:27:28 jkh Exp $
CFLAGS+= -DLIBC_SCCS -DDYNAMIC
OBJS= crt0.o gcrt0.o c++rt0.o
@@ -26,6 +26,8 @@ gcrt0.o: crt0.c
install:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dlfcn.h \
+ ${DESTDIR}/usr/include
depend lint tags:
OpenPOWER on IntegriCloud