Home | History | Annotate | Line # | Download | only in clri
Makefile revision 1.13.24.1
      1  1.13.24.1  wrstuden #	$NetBSD: Makefile,v 1.13.24.1 2008/09/18 04:28:22 wrstuden Exp $
      2        1.7       cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3        1.1       cgd 
      4       1.10     lukem .include <bsd.own.mk>
      5       1.10     lukem 
      6        1.1       cgd PROG=	clri
      7        1.6       cgd MAN=	clri.8
      8        1.8    bouyer SRCS=	clri.c ffs_bswap.c
      9       1.10     lukem .PATH:  ${NETBSDSRCDIR}/sys/ufs/ffs
     10        1.1       cgd 
     11        1.1       cgd .include <bsd.prog.mk>
     12       1.13       mrg 
     13  1.13.24.1  wrstuden .if defined(HAVE_GCC) && ${HAVE_GCC} == 4
     14       1.13       mrg COPTS.clri.c+=	-fno-strict-aliasing
     15       1.13       mrg .endif
     16