b6cbf7203b
This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
7 lines
186 B
Makefile
7 lines
186 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2004/05/20 20:02:26 christos Exp $
|
|
|
|
# net sources
|
|
.PATH: ${.CURDIR}/nameser
|
|
|
|
SRCS+= ns_name.c ns_netint.c ns_parse.c ns_print.c \
|
|
ns_samedomain.c ns_ttl.c
|