Cross Reference: Makefile
xref: /src/sbin/scan_ffs/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/scan_ffs/
11.13Sthorpej# $NetBSD: Makefile,v 1.13 2025/12/24 15:48:27 thorpej Exp $
21.8Sperseant
31.8Sperseant.include <bsd.own.mk>
41.1Sxtraeme
51.1SxtraemePROG=	scan_ffs
61.5Sxtraeme
71.12Sthorpej.if (${MKLFS} != "no")
81.13SthorpejCPPFLAGS+= -DSUPPORT_LFS
91.5SxtraemeLINKS=	${BINDIR}/scan_ffs ${BINDIR}/scan_lfs
101.6SwizMLINKS=	scan_ffs.8 scan_lfs.8
111.12Sthorpej.endif
121.1Sxtraeme
131.1SxtraemeLDADD=	-lutil
141.1SxtraemeDPADD=	${LIBUTIL}
151.1Sxtraeme
161.11SmlelstvSRCS=	scan_ffs.c ffs_bswap.c lfs_cksum.c
171.8SperseantSCAN_FFS=${NETBSDSRCDIR}/sbin/scan_ffs
181.11Smlelstv.PATH:  ${NETBSDSRCDIR}/sys/ufs/ffs ${NETBSDSRCDIR}/sys/ufs/lfs ${SCAN_FFS}
191.7SxtraemeMAN=	scan_ffs.8
201.7Sxtraeme
211.1Sxtraeme.include <bsd.prog.mk>
22

Indexes created Wed Jan 14 12:09:31 GMT 2026