56 lines
1.0 KiB
Makefile
56 lines
1.0 KiB
Makefile
# @(#)28 1.5 src/bos/kernel/include/netinet/Makefile, sysxinet, bos411, 9428A410j 9/24/93 10:08:39
|
|
# COMPONENT_NAME:
|
|
#
|
|
# FUNCTIONS:
|
|
#
|
|
# ORIGINS: 10,27
|
|
#
|
|
# IBM CONFIDENTIAL -- (IBM Confidential Restricted when
|
|
# combined with the aggregated modules for this product)
|
|
# SOURCE MATERIALS
|
|
# (C) COPYRIGHT International Business Machines Corp. 1988, 1989
|
|
# All Rights Reserved
|
|
#
|
|
# US Government Users Restricted Rights - Use, duplication or
|
|
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
#
|
|
|
|
VPATH =${MAKETOP}/bos/kernext/inet
|
|
|
|
IDIR = /kernel/include/netinet/
|
|
|
|
DATAFILES = \
|
|
icmp_var.h \
|
|
if_802_3.h \
|
|
if_802_5.h \
|
|
if_ether.h \
|
|
if_fddi.h \
|
|
if_mcast_aux.h \
|
|
if_op.h \
|
|
igmp.h \
|
|
igmp_var.h \
|
|
in.h \
|
|
in_netarp.h \
|
|
in_pcb.h \
|
|
in_systm.h \
|
|
in_var.h \
|
|
inet_config.h \
|
|
ip.h \
|
|
ip_icmp.h \
|
|
ip_var.h \
|
|
proto_inet.h \
|
|
tcp.h \
|
|
tcp_debug.h \
|
|
tcp_fsm.h \
|
|
tcp_seq.h \
|
|
tcp_timer.h \
|
|
tcp_var.h \
|
|
tcpip.h \
|
|
udp.h \
|
|
udp_var.h
|
|
|
|
INCLUDES = ${DATAFILES} if_xt.h
|
|
|
|
|
|
.include <${RULES_MK}>
|