From b4d7fc23f6ebd761ebe5001df5744671bb03320f Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Wed, 17 Sep 1997 22:51:50 +0000 Subject: depend: dependancies --- sys/arch/i386/stand/etc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/i386/stand/etc/Makefile b/sys/arch/i386/stand/etc/Makefile index e716aa87568..8227ce1e855 100644 --- a/sys/arch/i386/stand/etc/Makefile +++ b/sys/arch/i386/stand/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/07/30 20:47:43 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 1997/09/17 22:51:49 weingart Exp $ S= ${.CURDIR}/../../../.. I386= ${.CURDIR}/../.. @@ -10,11 +10,15 @@ machine-links: @ln -fs ${.CURDIR}/../.. i386 @ln -fs ${.CURDIR}/../../include machine +depend:: assym.h + assym.h: $S/kern/genassym.sh ${.CURDIR}/genassym.cf sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} \ ${PARAM} < ${.CURDIR}/genassym.cf > assym.h.tmp && \ mv -f assym.h.tmp assym.h +cleandir: clean + clean: @rm -f isa.h apm.h assym.h -- cgit v1.2.3