diff options
author | phk <phk@FreeBSD.org> | 1995-03-30 06:40:31 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-03-30 06:40:31 +0000 |
commit | 3a58344a8b4395670c3aee6e07b92a108f4dfe31 (patch) | |
tree | 7c69557c95eff324867824552d01d14971f5537f /lib/csu | |
parent | 9811f5e0ab660b3fdb6d7119a72fc0e55ae2e364 (diff) | |
download | FreeBSD-src-3a58344a8b4395670c3aee6e07b92a108f4dfe31.zip FreeBSD-src-3a58344a8b4395670c3aee6e07b92a108f4dfe31.tar.gz |
Install the dlopen.3 manpage.
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index a6c61ed..f7ec74b 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 \ |