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