Bring back ns_* routines; we need them for ifconfig and route.

This commit is contained in:
Jordan K. Hubbard 1996-10-16 19:38:51 +00:00
parent 98ca8a3e5b
commit a0735deb48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18966

View file

@ -12,9 +12,8 @@ SRCS+= addr2ascii.c ascii2addr.c \
inet_pton.c linkaddr.c map_v4v6.c nsap_addr.c \
rcmd.c recv.c res_comp.c res_data.c res_debug.c \
res_init.c res_mkquery.c res_query.c res_send.c send.c ether_addr.c \
ns_addr.c ns_ntoa.c
# iso_addr.c
# ns_addr.c ns_ntoa.c
# machine-dependent net sources
.include "${.CURDIR}/${MACHINE}/net/Makefile.inc"