Home | History | Annotate | Line # | Download | only in fdboot
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1996/05/14 10:17:08 leo Exp $
      2 
      3 PROG=	fdboot
      4 SRCS=	${.CURDIR}/fdboot.s
      5 NOMAN=
      6 INCL=	-I${.CURDIR} -I${.CURDIR}/..
      7 
      8 CPPFLAGS+= ${INCL}
      9 
     10 .include <bsd.prog.mk>
     11