xref: /freebsd/usr.bin/getopt/Makefile (revision b268886863c48b66e5af50362872591ba4d9506f)
1# $FreeBSD$
2#
3
4PROG = getopt
5WARNS?=	2
6
7.include <bsd.prog.mk>
8