Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / contrib / dlz / example / Makefile
blob5e84043fa60f4543da7471b394ff68631a63f6e7
1 # for building the dlz_example driver we don't use
2 # the bind9 build structure as the aim is to provide an
3 # example that is separable from the bind9 source tree
5 # this means this Makefile is not portable, so the testsuite
6 # skips this test on platforms where it doesn't build
8 CFLAGS=-Wall -fPIC -g
10 all: dlz_example.so
12 dlz_example.so: dlz_example.o
13 $(CC) $(CFLAGS) -shared -o dlz_example.so dlz_example.o
15 clean:
16 rm -f dlz_example.o dlz_example.so