Cross Reference: Makefile
xref: /src/sys/arch/mvme68k/stand/sboot/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/mvme68k/stand/sboot/
Makefile revision 1.1
11.1Schuck#	$NetBSD: Makefile,v 1.1 1995/07/25 23:12:28 chuck Exp $
21.1Schuck
31.1Schuck#
41.1Schuck# sboot needs GNU ld because it can generate S-Records
51.1Schuck#
61.1Schuck
71.1SchuckCOMPILE.s= $(AS) $(ASFLAGS) -o $*.o
81.1SchuckGNU_LD=/usr/local/bin/ld
91.1SchuckLDFLAGS=-oformat srec -x -N -Ttext 0x4000 -e start
101.1SchuckNOMAN=
111.1SchuckPROG=	sboot
121.1SchuckSRCS=	start.s clock.c console.c etherfun.c le_poll.c libc_sa.c \
131.1Schuck		oc_cksum.s sboot.c
141.1Schuck
151.1Schuck${PROG}: ${OBJS}
161.1Schuck	${GNU_LD} ${LDFLAGS} -o ${.TARGET} ${OBJS}
171.1Schuck
181.1Schuck.include <bsd.prog.mk>
191.1Schuck
20

Indexes created Thu Dec 04 23:09:28 GMT 2025