Switched back to using pthread_create versus lwp_create.
[dragonfly/vkernel-mp.git] / usr.bin / unifdef / Makefile
blob0a56fe38227ce8c4adaf8dbaad861416f762a430
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/unifdef/Makefile,v 1.1.1.1.14.3 2003/01/29 21:46:39 fanf Exp $
3 # $DragonFly: src/usr.bin/unifdef/Makefile,v 1.4 2005/01/16 22:14:51 cpressey Exp $
5 PROG= unifdef
6 SCRIPTS=unifdefall.sh
7 MLINKS= unifdef.1 unifdefall.1
8 WARNS?= 6
10 .include <bsd.prog.mk>