diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-21 09:29:49 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-21 09:29:49 +0000 |
| commit | 4604167e0a134565105659ceb5f37b60ce596284 (patch) | |
| tree | ef995160d378251ec6adfc33795fbe664aefe84e /include/Makefile | |
| parent | e6b54a1659b3b9976714db9d9ff6aabe2412c187 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 35adae09460f9..1dfe4cce5d411 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.60 1997/07/31 11:32:25 asami Exp $ +# $Id: Makefile,v 1.61 1997/08/18 06:28:47 peter Exp $ # # Doing a make install builds /usr/include # @@ -66,7 +66,7 @@ all: beforeinstall: installhdrs ${SHARED} -installhdrs: +installhdrs: _SUBDIR cd ${.CURDIR}; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${FILES} ${DESTDIR}/usr/include |
