diff options
author | jkh <jkh@FreeBSD.org> | 1996-06-19 20:36:35 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-06-19 20:36:35 +0000 |
commit | 5ef1dc8eacedf7cc26d0872db31307f1bcc25fae (patch) | |
tree | c27a93052ae85068752efbeea99e334181151aee | |
parent | d87c52cefcc92d3acc9a07da8e73d12269410392 (diff) | |
download | FreeBSD-src-5ef1dc8eacedf7cc26d0872db31307f1bcc25fae.zip FreeBSD-src-5ef1dc8eacedf7cc26d0872db31307f1bcc25fae.tar.gz |
Add a newline - it seems to want it.
-rw-r--r-- | usr.bin/sgmls/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sgmls/Makefile.inc b/usr.bin/sgmls/Makefile.inc index 0faf511..bf94a8d 100644 --- a/usr.bin/sgmls/Makefile.inc +++ b/usr.bin/sgmls/Makefile.inc @@ -1,7 +1,7 @@ # # Bmakefile for rast # -# $Id$ +# $Id: Makefile.inc,v 1.2 1996/06/04 19:08:04 jfieber Exp $ # .if exists(${.CURDIR}/../../Makefile.inc) @@ -13,3 +13,4 @@ LIBSGMLS= ${.CURDIR}/../libsgmls/obj/libsgmls.a .else LIBSGMLS= ${.CURDIR}/../libsgmls/libsgmls.a .endif + |