]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/openssl/demos/sign/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / openssl / demos / sign / Makefile
1 CC=cc
2 CFLAGS= -g -I../../include -Wall
3 LIBS=  -L../.. -lcrypto
4 EXAMPLES=sign
5
6 all: $(EXAMPLES) 
7
8 sign: sign.o
9         $(CC) -o sign sign.o $(LIBS)
10
11 clean:  
12         rm -f $(EXAMPLES) *.o
13
14 test: all
15         ./sign