xref: /dragonfly/usr.bin/getopt/Makefile (revision 1847e88f)
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 $
3#
4
5PROG=	getopt
6WARNS?=	6
7
8.include <bsd.prog.mk>
9