Home | History | Annotate | Line # | Download | only in scan_ffs
Makefile revision 1.6
      1  1.6      wiz # $NetBSD: Makefile,v 1.6 2005/09/10 23:08:37 wiz Exp $
      2  1.1  xtraeme 
      3  1.1  xtraeme PROG=	scan_ffs
      4  1.5  xtraeme 
      5  1.5  xtraeme LINKS=	${BINDIR}/scan_ffs ${BINDIR}/scan_lfs
      6  1.6      wiz MLINKS=	scan_ffs.8 scan_lfs.8
      7  1.1  xtraeme 
      8  1.1  xtraeme LDADD=	-lutil
      9  1.1  xtraeme DPADD=	${LIBUTIL}
     10  1.1  xtraeme 
     11  1.1  xtraeme .include <bsd.prog.mk>
     12