diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-01-01 23:17:05 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-01-01 23:17:05 +0000 |
| commit | 953757afd3ddb11ccf7c4a498a5f684e295c7ec1 (patch) | |
| tree | b7d8f5754d9afe147f37b5c042cf25d534245598 | |
| parent | d3341aa5db23a9bba7c8e56b7982031799c82700 (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 86ab3682c9fd..6a9523387954 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.66 1997/09/28 09:12:04 markm Exp $ +# $Id: Makefile,v 1.67 1997/10/03 18:10:35 markm Exp $ # # Doing a make install builds /usr/include # @@ -77,7 +77,8 @@ beforeinstall: ${SHARED} cd ${.CURDIR}/rpc; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${RPCFILES} ${DESTDIR}/usr/include/rpc - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 osreldate.h \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.OBJDIR}\osreldate.h \ ${DESTDIR}/usr/include .for i in ${LFILES} ln -sf sys/$i ${DESTDIR}/usr/include/$i |
