diff options
author | bde <bde@FreeBSD.org> | 1997-09-16 10:52:59 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-09-16 10:52:59 +0000 |
commit | 6c065dd935eff75e7367acf23ae84cc3251a00a9 (patch) | |
tree | 8651a0ea9c6f87286ea4d4d1a47044de32f03dce /include/Makefile | |
parent | fb7c74815369c33fa4b23231af09f5d97c3e1f7d (diff) | |
download | FreeBSD-src-6c065dd935eff75e7367acf23ae84cc3251a00a9.zip FreeBSD-src-6c065dd935eff75e7367acf23ae84cc3251a00a9.tar.gz |
Removed installhdrs target. It was an unnecessary complication.
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/Makefile b/include/Makefile index d7fe67d..754d7dc 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.63 1997/08/21 18:40:04 bde Exp $ +# $Id: Makefile,v 1.64 1997/09/14 03:32:44 peter Exp $ # # Doing a make install builds /usr/include # @@ -64,12 +64,7 @@ all: >> osreldate.h .endif -beforeinstall: installhdrs ${SHARED} - -.if make(installhdrs) -installhdrs: _SUBDIR -.endif -installhdrs: +beforeinstall: ${SHARED} cd ${.CURDIR}; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${FILES} ${DESTDIR}/usr/include |