1:5.8.1p1-3
[openssh.git] / debian / tests / Makefile
1 test: getpid.so
2         chmod +x keygen-test
3         ./keygen-test
4
5 getpid.o: getpid.c
6         gcc -fPIC -c $< -o $@
7
8 getpid.so: getpid.o
9         gcc -shared -o $@ $<
10
11 clean:
12         rm -f getpid.o getpid.so key1 key1.pub key2 key2.pub