diff options
author | Nate Williams <nate@FreeBSD.org> | 1993-07-26 22:22:37 +0000 |
---|---|---|
committer | Nate Williams <nate@FreeBSD.org> | 1993-07-26 22:22:37 +0000 |
commit | b37b9a6d2d8f98fdefaae729547cc6681bdbfcc7 (patch) | |
tree | 40b1bb5f551fadc6b542d8a84972fa84552b7d9d /usr.bin/getopt/Makefile | |
parent | 0f8495d03c75f34b0162b99787e0d6c69843f758 (diff) |
Added getopt(1) from NetBSD
Notes
Notes:
svn path=/head/; revision=194
Diffstat (limited to 'usr.bin/getopt/Makefile')
-rw-r--r-- | usr.bin/getopt/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile new file mode 100644 index 000000000000..21dde959afa2 --- /dev/null +++ b/usr.bin/getopt/Makefile @@ -0,0 +1,7 @@ +# $Header: /b/source/CVS/src/usr.bin/getopt/Makefile,v 1.1 1993/06/21 12:43:58 brezak Exp $ +# + +PROG = getopt +MAN1 = getopt.1 + +.include <bsd.prog.mk> |