]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/crypto/openssl/demos/state_machine/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / crypto / openssl / demos / state_machine / Makefile
1 CFLAGS=-I../../include -Wall -Werror -g
2
3 all: state_machine
4
5 state_machine: state_machine.o
6         $(CC) -o state_machine state_machine.o -L../.. -lssl -lcrypto
7
8 test: state_machine
9         ./state_machine 10000 ../../apps/server.pem ../../apps/server.pem