diff options
author | fredb <fredb> | 2001-03-23 20:20:32 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-03-23 20:20:32 +0000 |
commit | cd01f9a5cee81cb116fd8cf9a2c01643dc57732a (patch) | |
tree | 375f3d8e64ccffd5c49ceeafecfb430071b18ef5 /misc/Makefile | |
parent | 1195be9ceaf84405788c4f30275cb19a3fdfe15d (diff) | |
download | pkgsrc-cd01f9a5cee81cb116fd8cf9a2c01643dc57732a.tar.gz |
Add and enable "pinfo".
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index cbe03daa3bb..e45fd4a2f17 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2001/03/22 13:23:15 skrll Exp $ +# $NetBSD: Makefile,v 1.93 2001/03/23 20:20:32 fredb Exp $ # COMMENT= Miscellaneous utilities @@ -59,6 +59,7 @@ SUBDIR+= p5-File-MMagic SUBDIR+= p5-Locale-Codes SUBDIR+= p5-Search SUBDIR+= pdmenu +SUBDIR+= pinfo SUBDIR+= proj SUBDIR+= pty-redir SUBDIR+= py-readline |