diff options
author | phk <phk@FreeBSD.org> | 1995-02-04 19:59:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-02-04 19:59:58 +0000 |
commit | c3cc499cb6cbf370d67ca2d3f09c5c92e07189dd (patch) | |
tree | 3f36afaca24d0bd6adff3cb5f560602c13fb702c /share/doc/usd | |
parent | 7797c15fda695ef85aa5d7ff49be936b141df783 (diff) | |
download | FreeBSD-src-c3cc499cb6cbf370d67ca2d3f09c5c92e07189dd.zip FreeBSD-src-c3cc499cb6cbf370d67ca2d3f09c5c92e07189dd.tar.gz |
Added final '\n'.
Diffstat (limited to 'share/doc/usd')
-rw-r--r-- | share/doc/usd/10.exref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/usd/10.exref/Makefile b/share/doc/usd/10.exref/Makefile index 0278a56..fed1eb6 100644 --- a/share/doc/usd/10.exref/Makefile +++ b/share/doc/usd/10.exref/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id$ +# $Id: Makefile,v 1.1 1995/01/11 03:24:10 wollman Exp $ VOLUME= usd/10.exref SRCS= ex.rm @@ -17,4 +17,4 @@ summary.${PRINTER}: ex.summary afterinstall: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - summary.${PRINTER} ${DESTDIR}${BINDIR}/${VOLUME}
\ No newline at end of file + summary.${PRINTER} ${DESTDIR}${BINDIR}/${VOLUME} |