xref: /dragonfly/usr.bin/getopt/Makefile (revision 0fe46dc6)
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.4 2007/08/27 16:50:54 pavalos Exp $
3
4PROG=	getopt
5
6.include <bsd.prog.mk>
7