diff options
author | wosch <wosch@FreeBSD.org> | 1996-08-04 22:34:23 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-08-04 22:34:23 +0000 |
commit | 41c12ade3ba2741d066abbbff26fc6a274335b21 (patch) | |
tree | f95da2e389401ab09cb341ef7a71946e051cb2e5 /include/Makefile | |
parent | d200f0db63258740cb7899578439321da29d5095 (diff) | |
download | FreeBSD-src-41c12ade3ba2741d066abbbff26fc6a274335b21.zip FreeBSD-src-41c12ade3ba2741d066abbbff26fc6a274335b21.tar.gz |
Create FreeBSD copyright (c comment) for OS version
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index 2b7dd51..a1582c6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.37 1996/06/15 18:05:36 wollman Exp $ +# $Id: Makefile,v 1.38 1996/07/09 15:48:20 ache Exp $ # # Doing a make install builds /usr/include # @@ -47,8 +47,9 @@ beforeinstall: ${SHARED} done .if exists (${.CURDIR}/../sys/conf/newvers.sh) @${ECHO} creating osreldate.h from newvers.sh - @echo \#'undef __FreeBSD_version' > ${OSREL}.new - . ${.CURDIR}/../sys/conf/newvers.sh ; \ + . ${.CURDIR}/../sys/conf/newvers.sh; \ + echo "$$COPYRIGHT" >> ${OSREL}.new; \ + echo \#'undef __FreeBSD_version' >> ${OSREL}.new; \ echo \#'define __FreeBSD_version' $$RELDATE >> ${OSREL}.new .else @${ECHO} creating osreldate.h from sysctl info |