Switched back to using pthread_create versus lwp_create.
[dragonfly/vkernel-mp.git] / usr.bin / which / Makefile
blob046718ba5856c43bc053537d00708bdbd0c90dc9
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/which/Makefile,v 1.5.2.3 2002/08/07 16:32:01 ru Exp $
3 # $DragonFly: src/usr.bin/which/Makefile,v 1.5 2005/01/03 02:42:59 cpressey Exp $
5 PROG= which
6 WARNS?= 6
8 .include <bsd.prog.mk>