diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-16 19:26:11 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-16 19:26:11 +0000 |
| commit | d800cebf6173364d6a478d8ae36a94f9096b0aae (patch) | |
| tree | e8393d3b9b12a9f62a941fd50a269b09b7f00371 /sys/boot/alpha | |
| parent | 95f5cf33492338e65308b79865714cebf11f3d5d (diff) | |
Notes
Diffstat (limited to 'sys/boot/alpha')
| -rw-r--r-- | sys/boot/alpha/libalpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile index a82febf2e2a3..4928647b7548 100644 --- a/sys/boot/alpha/libalpha/Makefile +++ b/sys/boot/alpha/libalpha/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/09/26 10:51:37 dfr Exp $ +# $Id: Makefile,v 1.5 1998/10/14 09:53:25 peter Exp $ LIB= alpha NOPIC= true @@ -14,7 +14,7 @@ CFLAGS+= -DDEBUG CFLAGS+= -I${.CURDIR}/../../common -mno-fp-regs \ -I${.CURDIR}/../../.. -I. -CFLAGS+= -DDISK_DEBUG +#CFLAGS+= -DDISK_DEBUG #CPPFLAGS+= -DNO_DISKLABEL #CPPFLAGS+= -DSAVE_MEMORY |
