Cross Reference: Makefile
xref: /src/sys/arch/vax/boot/xxboot/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/vax/boot/xxboot/
Makefile revision 1.1
11.1Sragge#	$NetBSD: Makefile,v 1.1 1999/03/06 16:36:06 ragge Exp $
21.1Sragge
31.1SraggeS=	${.CURDIR}/../../../../
41.1Sragge
51.1SraggePROG=	xxboot
61.1SraggeLINKS=	${BINDIR}/xxboot ${BINDIR}/raboot 
71.1SraggeLINKS+=	${BINDIR}/xxboot ${BINDIR}/rdboot
81.1SraggeLINKS+=	${BINDIR}/xxboot ${BINDIR}/sdboot
91.1SraggeLINKS+=	${BINDIR}/xxboot ${BINDIR}/hpboot
101.1Sragge
111.1SraggeSRCS=	start.s bootxx.c romread.s urem.s udiv.s str.s
121.1Sragge
131.1SraggeSTRIPFLAG=
141.1SraggeCPPFLAGS+=-D_STANDALONE
151.1SraggeBINDIR=	/usr/mdec
161.1SraggeNOMAN=	1
171.1Sragge
181.1SraggeSA_AS=	library
191.1Sragge.include "${S}/lib/libsa/Makefile.inc"
201.1SraggeLIBSA=	${SALIB}
211.1Sragge
221.1Sragge${PROG}: ${OBJS} ${LIBSA}
231.1Sragge	ld -N -Ttext 100000 -o a.out ${OBJS} ${LIBSA}
241.1Sragge	strip a.out
251.1Sragge	size a.out
261.1Sragge	dd if=a.out of=${PROG} bs=32 skip=1
271.1Sragge	rm -f a.out
281.1Sragge
291.1Sragge.include <bsd.prog.mk>
30

Indexes created Mon Jan 12 22:09:36 GMT 2026