Removed references to non-existent include files.

This commit is contained in:
Joel Sherrill
2000-01-31 22:34:11 +00:00
parent 543452de5a
commit 8505e9b387

View File

@@ -9,7 +9,7 @@ PGM = ${ARCH}/network.rel
C_FILES = network.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
H_FILES = netexterns.h uti596.h
H_FILES =
noinst_HEADERS = $(H_FILES)
network_rel_OBJECTS = $(C_O_FILES)