Home | History | Annotate | Line # | Download | only in fdboot
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2000/07/23 20:40:45 jdc Exp $
      2 
      3 PROG=	fdboot
      4 SRCS=	fdboot.s
      5 MKMAN=	no
      6 LIBCRT0=
      7 INCL=	-I${.CURDIR} -I${.CURDIR}/..
      8 
      9 CPPFLAGS+= ${INCL}
     10 
     11 .include <bsd.prog.mk>
     12