Home | History | Annotate | Line # | Download | only in libisns
Makefile revision 1.1.1.1.4.1
      1  1.1.1.1.4.1  cherry #	$NetBSD: Makefile,v 1.1.1.1.4.1 2011/06/23 14:18:38 cherry Exp $
      2          1.1     agc 
      3          1.1     agc .include <bsd.own.mk>
      4          1.1     agc 
      5          1.1     agc LIB=	isns
      6          1.1     agc SRCS=	isns.c isns_pdu.c isns_socketio.c isns_task.c isns_thread.c
      7          1.1     agc SRCS+=	isns_util.c isns_fileio.c
      8          1.1     agc 
      9          1.1     agc MAN=	isns.3
     10          1.1     agc 
     11          1.1     agc INCS=	isns.h isns_defs.h
     12          1.1     agc INCSDIR=/usr/include
     13          1.1     agc 
     14          1.1     agc WARNS=	4
     15          1.1     agc 
     16          1.1     agc .include <bsd.lib.mk>
     17  1.1.1.1.4.1  cherry 
     18  1.1.1.1.4.1  cherry .if ${HAVE_GCC} >= 45
     19  1.1.1.1.4.1  cherry COPTS.isns_pdu.c+=	-fno-strict-aliasing
     20  1.1.1.1.4.1  cherry .endif
     21