Home | History | Annotate | Line # | Download | only in scan_ffs
Makefile revision 1.7
      1  1.7  xtraeme # $NetBSD: Makefile,v 1.7 2005/09/10 23:15:52 xtraeme 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.7  xtraeme MAN=	scan_ffs.8
     12  1.7  xtraeme 
     13  1.1  xtraeme .include <bsd.prog.mk>
     14