Home | History | Annotate | Line # | Download | only in dumplfs
Makefile revision 1.11.20.1
      1  1.11.20.1  wrstuden #	$NetBSD: Makefile,v 1.11.20.1 2008/09/18 04:30:03 wrstuden Exp $
      2        1.5       cgd #	@(#)Makefile	8.1 (Berkeley) 6/18/93
      3        1.1   mycroft 
      4       1.10     lukem .include <bsd.own.mk>
      5       1.10     lukem 
      6        1.1   mycroft PROG=	dumplfs
      7        1.1   mycroft SRCS=	dumplfs.c lfs_cksum.c misc.c
      8       1.10     lukem .PATH:	${NETBSDSRCDIR}/sys/ufs/lfs
      9        1.4       cgd MAN=	dumplfs.8
     10        1.1   mycroft 
     11  1.11.20.1  wrstuden .if defined(HAVE_GCC) && ${HAVE_GCC} == 4
     12       1.11       mrg COPTS+=	-fno-strict-aliasing
     13       1.11       mrg .endif
     14       1.11       mrg 
     15        1.1   mycroft .include <bsd.prog.mk>
     16