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