Home | History | Annotate | Line # | Download | only in rarpd
Makefile revision 1.10
      1  1.10      mrg #	$NetBSD: Makefile,v 1.10 2006/05/11 23:16:31 mrg Exp $
      2   1.1  deraadt 
      3   1.1  deraadt PROG=	rarpd
      4   1.7       is SRCS=	rarpd.c mkarp.c
      5   1.5    lukem MAN=	rarpd.8
      6   1.3  thorpej 
      7   1.3  thorpej # Uncomment the following to require a boot file in TFTP_DIR
      8   1.3  thorpej # to exist for a rarp reply to be sent.
      9   1.6    lukem # CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
     10   1.9   itojun CPPFLAGS+=-DHAVE_IFADDRS_H
     11   1.1  deraadt 
     12   1.8  thorpej LDADD+=	-lutil
     13   1.8  thorpej DPADD+=	${LIBUTIL}
     14   1.1  deraadt 
     15   1.1  deraadt .include <bsd.prog.mk>
     16  1.10      mrg 
     17  1.10      mrg .if ${HAVE_GCC} == 4
     18  1.10      mrg COPTS.mkarp.c+=	-Wno-pointer-sign
     19  1.10      mrg .endif
     20