Cross Reference: Makefile
xref: /src/sbin/newfs_msdos/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/newfs_msdos/
Makefile revision 1.4
11.4Schristos# $NetBSD: Makefile,v 1.4 2008/08/11 10:56:54 christos Exp $
21.3Schristos# From: $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.5 2001/03/26 14:33:18 ru Exp $
31.1Schristos
41.4Schristos.include <bsd.own.mk>
51.4Schristos
61.3SchristosPROG=	newfs_msdos
71.3SchristosMAN=	newfs_msdos.8
81.4SchristosSRCS=	newfs_msdos.c partutil.c
91.4Schristos
101.3SchristosLDADD+= -lutil
111.3SchristosDPADD+= ${LIBUTIL}
121.3Schristos
131.4SchristosFSCK=${NETBSDSRCDIR}/sbin/fsck
141.4SchristosCPPFLAGS+=-I${.CURDIR} -I${FSCK}
151.4Schristos.PATH:  ${FSCK}
161.4Schristos
171.4Schristos
181.3Schristos.if ${MACHINE} == "pc98"
191.3SchristosCFLAGS+= -DPC98
201.3Schristos.endif
211.1Schristos
221.1Schristos.include <bsd.prog.mk>
23

Indexes created Tue Jan 13 06:09:33 GMT 2026