]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - crypto/openssl/demos/state_machine/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / 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