Skip to content

Commit

Permalink
initial import of mostly-working gss dnsupdate test code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidl committed Apr 6, 2006
1 parent a2de9a6 commit 4b81763
Show file tree
Hide file tree
Showing 12 changed files with 2,107 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CFLAGS= -Wall -O0 -ggdb $(shell vas-config --cflags)
LDFLAGS= $(shell vas-config --libs)
OBJS= dnstest.o dns.o dnstcp.o dnsdebug.o dnstkey.o dnstsig.o
PROG= dnstest
$(PROG): $(OBJS)
$(LINK.c) -o $@ $(OBJS)
clean:
rm -f $(PROG) $(OBJS)
Loading

0 comments on commit 4b81763

Please sign in to comment.