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