minix/include/net/Makefile

8 lines
117 B
Makefile
Raw Normal View History

INCSDIR= /usr/include/net
2011-02-21 14:13:55 +01:00
INCS+= hton.h ethertypes.h if.h if_ether.h netlib.h
SUBDIR+= gen
2011-02-21 14:13:55 +01:00
.include <bsd.kinc.mk>