summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-01-01 23:17:05 +0000
committersteve <steve@FreeBSD.org>1998-01-01 23:17:05 +0000
commitc67ee699e530ef429207169a97ff9894434b7097 (patch)
treebf6721e6a42dbf06a9ae869a917cff11ed54b025 /include
parentf1d1f7298351df79f141c2089912a78950351536 (diff)
downloadFreeBSD-src-c67ee699e530ef429207169a97ff9894434b7097.zip
FreeBSD-src-c67ee699e530ef429207169a97ff9894434b7097.tar.gz
Install osreldate.h from ${.OBJDIR}.
Submitted by: Bruce Evans <bde@zeta.org.au>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 86ab368..6a95233 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
OpenPOWER on IntegriCloud