[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / m68k / 060sp

File: [local] / sys / arch / m68k / 060sp / Makefile (download)

Revision 1.1, Tue Mar 4 16:06:36 2008 UTC (16 years, 2 months ago) by nbrk
Branch point for: MAIN

Initial revision

# $OpenBSD: Makefile,v 1.5 2001/11/25 21:15:15 miod Exp $
# $NetBSD: Makefile,v 1.3 1996/12/31 22:44:13 veego Exp $
#
AS?=	as
AS+=	-m68060
LD=	ld

.SUFFIXES:	.o .S .sa .defs .h

.sa.S:
	sh ${.CURDIR}/asm2gas ${.IMPSRC} >${.TARGET}

060sp.o: netbsd.S inetbsd.S fnetbsd.S isp.S fpsp.S copyright.S
	$(AS) -I${.CURDIR} -o ${.TARGET} ${.CURDIR}/netbsd.S

clean cleandir:
	rm -f 060sp.o isp.S fpsp.S

_SUBDIRUSE:

all:

depend:

install:

includes:

.include <bsd.obj.mk>
.include <bsd.own.mk>