ce38490628
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP tunnels using DNS queries and replies for IP packet encapsulation where IP traffic other than DNS isn't possible.
10 lines
303 B
Text
10 lines
303 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/11/16 02:04:39 minskim Exp $
|
|
|
|
--- Makefile.orig 2004-06-27 14:46:38.000000000 -0700
|
|
+++ Makefile
|
|
@@ -1,5 +1,3 @@
|
|
-CFLAGS += -ggdb -Wall -Werror
|
|
-
|
|
NSTXD_SRCS = nstxd.c nstx_encode.c nstx_pstack.c nstx_dns.c nstx_tuntap.c nstx_queue.c
|
|
NSTXD_OBJS = ${NSTXD_SRCS:.c=.o}
|
|
|