Home | History | Annotate | Line # | Download | only in fsck_ext2fs
Makefile revision 1.16.2.1
      1  1.16.2.1      yamt #	$NetBSD: Makefile,v 1.16.2.1 2014/05/22 11:37:28 yamt Exp $
      2       1.1    bouyer #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3       1.1    bouyer 
      4       1.9     lukem .include <bsd.own.mk>
      5       1.9     lukem 
      6       1.1    bouyer PROG=	fsck_ext2fs
      7       1.1    bouyer MAN=    fsck_ext2fs.8
      8       1.1    bouyer SRCS=	dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
      9       1.8    bouyer 	pass5.c fsutil.c setup.c utilities.c ext2fs_bswap.c
     10       1.9     lukem FSCK=	${NETBSDSRCDIR}/sbin/fsck
     11       1.4  christos CPPFLAGS+= -I${FSCK}
     12       1.9     lukem .PATH:	${NETBSDSRCDIR}/sys/ufs/ext2fs ${FSCK}
     13       1.1    bouyer 
     14  1.16.2.1      yamt CWARNFLAGS.clang+=	-Wno-error=tautological-pointer-compare
     15  1.16.2.1      yamt 
     16       1.1    bouyer .include <bsd.prog.mk>
     17      1.12       mrg 
     18      1.13  christos LDADD+=-lutil
     19      1.13  christos DPADD+=${LIBUTIL}
     20