xref: /freebsd/usr.bin/getopt/Makefile (revision afe61c15161c324a7af299a9b8457aba5afc92db)
1# $Header: /b/source/CVS/src/usr.bin/getopt/Makefile,v 1.1 1993/06/21 12:43:58 brezak Exp $
2#
3
4PROG = getopt
5MAN1 = getopt.1
6
7.include <bsd.prog.mk>
8