minix/sys/net/Makefile
Ben Gras 7f5f010bbd netbsd ping & traceroute
. remove minix ping
	. add support for socket(AF_INET, SOCK_RAW, {IPPROTO_ICMP,IPPROTO_UDP})
	. gives test48 a better chance of detecting network connectivity

Change-Id: Ia678546d27ac378642f1160a141e1fc33458cce2
2014-08-21 08:07:39 -04:00

25 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.32 2012/10/27 22:36:14 alnsn Exp $
#LSC: (MINIX) radix.h and route.h are used in libsa but not installed
INCSDIR= /usr/include/net
INCS= ethertypes.h \
if_ether.h \
radix.h \
route.h \
\
\
\
.if !defined(__MINIX)
SUBDIR= agr npf
.endif # !defined(__MINIX)
.include <bsd.kinc.mk>
.if !defined(__MINIX)
.PATH: ${NETBSDSRCDIR}/sys/dist/pf/net
.endif # !defined(__MINIX)