1 # $NetBSD: Makefile,v 1.16 2015/09/09 10:06:05 ozaki-r Exp $
5 USE_FORT?
= yes
# setuid
15 .
endif # !defined(__MINIX)
19 DPADD
+= ${LIBIPSEC} ${LIBM}
23 .
endif # defined(__MINIX)
25 .PATH
: ${.CURDIR
}/..
/..
/lib
/libc
/net
26 RUMPSRCS
= getaddrinfo.c getifaddrs.c getnameinfo.c
27 RUMPSRCS
+= if_indextoname.c if_nametoindex.c
28 .if
(${MKRUMP} != "no")
29 CPPFLAGS
+= -DRUMP_ACTION
32 .
include <bsd.prog.mk
>