diff options
Diffstat (limited to 'sys/arch/i386/stand/etc/Makefile')
-rw-r--r-- | sys/arch/i386/stand/etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/etc/Makefile b/sys/arch/i386/stand/etc/Makefile index f2a84e6e876..21aa02e9fbe 100644 --- a/sys/arch/i386/stand/etc/Makefile +++ b/sys/arch/i386/stand/etc/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 1997/10/15 13:59:58 mickey Exp $ +# $OpenBSD: Makefile,v 1.8 1998/05/25 19:04:54 mickey Exp $ S= ${.CURDIR}/../../../.. I386= ${.CURDIR}/../.. +CLEANFILES= i386 machine all: machine-links assym.h |