Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / dist / demos / sign / Makefile
blobe6d391e4ada441db01f7b1593d418f9d635748a3
1 CC=cc
2 CFLAGS= -g -I../../include -Wall
3 LIBS= -L../.. -lcrypto
4 EXAMPLES=sign
6 all: $(EXAMPLES)
8 sign: sign.o
9 $(CC) -o sign sign.o $(LIBS)
11 clean:
12 rm -f $(EXAMPLES) *.o
14 test: all
15 ./sign