From 9fd2cfcc2f48de5ff3cf03d3961c0bc404abbf3e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 10 Aug 2001 22:31:05 +0000 Subject: [PATCH] Style cleanup. --- sys/boot/alpha/cdboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/alpha/cdboot/Makefile b/sys/boot/alpha/cdboot/Makefile index 87bfffd474f..83af79120dd 100644 --- a/sys/boot/alpha/cdboot/Makefile +++ b/sys/boot/alpha/cdboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD$ BASE= cdboot PROG= ${BASE} @@ -8,4 +8,4 @@ LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS} CFLAGS+= -DLOADER_CDROM_SUPPORT -.include <${.CURDIR}/../common/Makefile.common> +.include <${.CURDIR}/../common/Makefile.common>