Home | History | Annotate | Line # | Download | only in scan_ffs
Makefile revision 1.8
      1  1.8  perseant # $NetBSD: Makefile,v 1.8 2007/05/01 21:28:50 perseant Exp $
      2  1.8  perseant 
      3  1.8  perseant .include <bsd.own.mk>
      4  1.1   xtraeme 
      5  1.1   xtraeme PROG=	scan_ffs
      6  1.5   xtraeme 
      7  1.5   xtraeme LINKS=	${BINDIR}/scan_ffs ${BINDIR}/scan_lfs
      8  1.6       wiz MLINKS=	scan_ffs.8 scan_lfs.8
      9  1.1   xtraeme 
     10  1.1   xtraeme LDADD=	-lutil
     11  1.1   xtraeme DPADD=	${LIBUTIL}
     12  1.1   xtraeme 
     13  1.8  perseant SRCS=	scan_ffs.c lfs_cksum.c
     14  1.8  perseant SCAN_FFS=${NETBSDSRCDIR}/sbin/scan_ffs
     15  1.8  perseant .PATH:  ${NETBSDSRCDIR}/sys/ufs/lfs ${SCAN_FFS}
     16  1.8  perseant 
     17  1.7   xtraeme MAN=	scan_ffs.8
     18  1.7   xtraeme 
     19  1.1   xtraeme .include <bsd.prog.mk>
     20