xref: /netbsd/sys/arch/atari/stand/xxboot/fdboot/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.6 2001/12/12 01:49:40 tv Exp $
2
3PROG=	fdboot
4SRCS=	fdboot.s
5NOMAN=	# defined
6LIBCRT0=
7INCL=	-I${.CURDIR} -I${.CURDIR}/..
8
9CPPFLAGS+= ${INCL}
10
11.include <bsd.prog.mk>
12