Switch to gcc41 as default compiler.
[dragonfly.git] / usr.bin / getopt / Makefile
blob5e4fd3e4924a29b1e9adde3a8b5e9f6161048ba2
1 # $FreeBSD: src/usr.bin/getopt/Makefile,v 1.2.2.1 2001/04/25 11:29:22 ru Exp $
2 # $DragonFly: src/usr.bin/getopt/Makefile,v 1.3 2005/04/14 15:49:12 eirikn Exp $
5 PROG= getopt
6 WARNS?= 6
8 .include <bsd.prog.mk>