diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-05-21 19:21:46 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-05-21 19:21:46 +0000 |
| commit | 3933c622cd68621a164c8084906fb91c4ea257de (patch) | |
| tree | 68896bd1d95a14452a6617ecbdef755e6c0aa8af /include | |
| parent | 0f96936284a5e8e7b606f8b0f76a61e1bd9b62c8 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 63021b6026d28..cca7b0b2467bb 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.75 1998/03/08 21:35:29 jb Exp $ +# $Id: Makefile,v 1.76 1998/03/28 11:48:14 dufault Exp $ # # Doing a make install builds /usr/include # @@ -58,8 +58,10 @@ SHARED?= copies .if exists (${.CURDIR}/../sys/conf/newvers.sh) all: osreldate.h -osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh +osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh \ + ${.CURDIR}/../sys/sys/param.h @${ECHO} creating osreldate.h from newvers.sh + setvar PARAMFILE ${.CURDIR}/../sys/sys/param.h; \ . ${.CURDIR}/../sys/conf/newvers.sh; \ echo "$$COPYRIGHT" > osreldate.h; \ echo \#'undef __FreeBSD_version' >> osreldate.h; \ |
