netshell01: Add ns parser globals needed for ping.

This commit is contained in:
Jennifer Averett 2012-10-11 08:30:50 -05:00
parent 24ddf77f01
commit fe98401354
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PGM=${ARCH}/netshell01.exe
MANAGERS=all
# C source names
C_FILES = init.c test_main.c shellconfig.c
C_FILES = init.c test_main.c shellconfig.c ns_parser_vars.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
AM_CPPFLAGS += -I $(INSTALL_BASE)/include

View File

@ -0,0 +1,5 @@
#include <stdio.h>
char *_nsyytext = (char *)0xc5c5c5c5;
char *__libipsecyytext = (char *)0xc5c5c5c5;