xref: /freebsd/usr.bin/getopt/Makefile (revision 380a989b3223d455375b4fae70fd0b9bdd43bafb)
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