Switched back to using pthread_create versus lwp_create.
[dragonfly/vkernel-mp.git] / usr.bin / pathchk / Makefile
blobce37629d9eb40a18855a4bb2973247fc3a282486
1 # $FreeBSD: src/usr.bin/pathchk/Makefile,v 1.1.2.1 2002/11/08 04:20:33 tjr Exp $
2 # $DragonFly: src/usr.bin/pathchk/Makefile,v 1.3 2004/12/31 09:11:56 cpressey Exp $
4 PROG= pathchk
5 WARNS?= 6
7 .include <bsd.prog.mk>