diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-08 07:38:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-08 07:38:46 +0000 |
commit | a62009c54d906a9d30209927c2c114cfdf312674 (patch) | |
tree | 028d6587cc4c76db47ceebb2b2d57f42d187783e /sys/arch/i386 | |
parent | 05a6f3ffcc3f529bd33209eb01209049ebda49e1 (diff) |
let us call COMPAT_UFS dead
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index 22d48c315ed..23a372f994d 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2003/06/01 17:00:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.42 2003/08/08 07:38:45 deraadt Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -59,7 +59,7 @@ install: .include <bsd.lib.mk> CPPFLAGS+=-DLINKADDR=${LINKADDR} -DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} -CPPFLAGS+=-I${S}/stand/boot -DCOMPAT_UFS +CPPFLAGS+=-I${S}/stand/boot #-DCOMPAT_UFS CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD #AS=cat ; #AS+= -R |