]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/openssl/demos/state_machine/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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