Home | History | Annotate | Line # | Download | only in newfs_ext2fs
Makefile revision 1.4.2.1
      1  1.4.2.1      tls #	$NetBSD: Makefile,v 1.4.2.1 2014/08/20 00:02:26 tls Exp $
      2      1.1  tsutsui #	@(#)Makefile	8.2 (Berkeley) 3/27/94
      3      1.1  tsutsui 
      4      1.4    joerg CWARNFLAGS+=	-Wno-sign-compare
      5      1.2    lukem 
      6      1.1  tsutsui .include <bsd.own.mk>
      7      1.1  tsutsui 
      8      1.1  tsutsui PROG=	newfs_ext2fs
      9      1.1  tsutsui SRCS=	newfs_ext2fs.c mke2fs.c ext2fs_bswap.c partutil.c
     10      1.1  tsutsui MAN=	newfs_ext2fs.8
     11      1.1  tsutsui 
     12      1.1  tsutsui FSCK=${NETBSDSRCDIR}/sbin/fsck
     13      1.1  tsutsui CPPFLAGS+=-I${.CURDIR} -I${FSCK}
     14      1.3     haad 
     15      1.1  tsutsui DPADD+= ${LIBUTIL}
     16      1.1  tsutsui LDADD+= -lutil
     17      1.3     haad 
     18      1.3     haad LDADD+=-lprop
     19      1.3     haad DPADD+=${LIBPROP}
     20      1.3     haad 
     21      1.1  tsutsui .PATH:	${NETBSDSRCDIR}/sys/ufs/ext2fs ${FSCK}
     22      1.1  tsutsui 
     23  1.4.2.1      tls .if ${MACHINE_ARCH} == "vax"
     24  1.4.2.1      tls COPTS.mke2fs.c=-O0
     25  1.4.2.1      tls .endif
     26  1.4.2.1      tls 
     27      1.1  tsutsui .include <bsd.prog.mk>
     28