diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-26 15:56:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-26 15:56:21 +0000 |
commit | 24a22462e956c1d0639875f227bb1c30eb0f6044 (patch) | |
tree | 1e225a4609d3df5be89242b6b73a378ad465f8bd /misc | |
parent | f931e3505198a0614daea94c4a5f3576c453ba48 (diff) | |
download | pkgsrc-24a22462e956c1d0639875f227bb1c30eb0f6044.tar.gz |
Add and enable getopt.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 337c8b81448..dbf5af01152 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.221 2004/12/25 19:34:21 wiz Exp $ +# $NetBSD: Makefile,v 1.222 2004/12/26 15:56:21 wiz Exp $ # COMMENT= Miscellaneous utilities @@ -52,6 +52,7 @@ SUBDIR+= fep SUBDIR+= figlet SUBDIR+= figlet-fonts SUBDIR+= fooseti +SUBDIR+= getopt SUBDIR+= git SUBDIR+= gkrellm-flynn SUBDIR+= gkrellm-launch |