diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/sboot/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/sboot/Makefile b/sys/arch/mvme88k/stand/sboot/Makefile index 076deb2e306..2ce290527cc 100644 --- a/sys/arch/mvme88k/stand/sboot/Makefile +++ b/sys/arch/mvme88k/stand/sboot/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.2 1997/04/27 20:56:34 millert Exp $ +# $Id: Makefile,v 1.3 1998/08/22 09:25:11 smurph Exp $ S= ${.CURDIR}/../../../.. INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S} COPTS?= ${DEFS} ${INCL} -.include "${S}/arch/${MACHINE}/stand/libsa/Makefile.inc" +.include "${S}/arch/mvme88k/stand/libsa/Makefile.inc" SRCS= sboot.c clock.c etherfun.c if_le.c |