51 lines
942 B
Makefile
51 lines
942 B
Makefile
# @(#)27 1.5 src/bos/kernel/include/net/Makefile, sysnet, bos411, 9428A410j 5/16/94 16:02:02
|
|
# 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, 1993
|
|
# All Rights Reserved
|
|
#
|
|
# US Government Users Restricted Rights - Use, duplication or
|
|
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
#
|
|
|
|
VPATH =${MAKETOP}/bos/kernel/net
|
|
|
|
IDIR = /kernel/include/net/
|
|
|
|
DATAFILES = \
|
|
af.h \
|
|
bpf.h \
|
|
bpfdesc.h \
|
|
if.h \
|
|
if_arp.h \
|
|
if_dl.h \
|
|
if_llc.h \
|
|
if_slvar.h \
|
|
if_types.h \
|
|
nd_lan.h \
|
|
net_globals.h \
|
|
net_malloc.h \
|
|
net_unixlock.h \
|
|
netisr.h \
|
|
netopt.h \
|
|
nh.h \
|
|
proto_net.h \
|
|
proto_uipc.h \
|
|
radix.h \
|
|
raw_cb.h \
|
|
route.h \
|
|
slcompress.h \
|
|
spl.h \
|
|
radix.c
|
|
|
|
INCLUDES = ${DATAFILES}
|
|
|
|
.include <${RULES_MK}>
|