diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-10 22:31:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-10 22:31:05 +0000 |
| commit | 9fd2cfcc2f48de5ff3cf03d3961c0bc404abbf3e (patch) | |
| tree | 33c5bcf6bcd512987f408b2a514ffc54a15b79ed | |
| parent | a9a8ba3d71317f7b24ad9e1ab0b23239e1057669 (diff) | |
Notes
| -rw-r--r-- | sys/boot/alpha/cdboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/alpha/cdboot/Makefile b/sys/boot/alpha/cdboot/Makefile index 87bfffd474fe..83af79120dd1 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> |
