Add precautions so that threads won't race to exit1() and get stuck there.
[dragonfly.git] / usr.bin / relpath / Makefile
blob9a05f9315e64baa1551365ec318ac8a5c07b31b6
1 # $DragonFly: src/usr.bin/relpath/Makefile,v 1.3 2005/01/19 21:58:04 okumoto Exp $
3 PROG= relpath
4 SRCS= relpath.c
5 MAN= relpath.1
7 WARNS?= 6
8 .include <bsd.prog.mk>