diff options
author | mrg <mrg@pkgsrc.org> | 1997-12-01 15:11:07 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1997-12-01 15:11:07 +0000 |
commit | f38e7b58dfdcf4799aba6da51b24d3acc25744e0 (patch) | |
tree | aaa75b4dc0800b8f6ac602e5c93ad8a5c817eb25 /misc | |
parent | 662dc6ee418da53f7fc1920b8b928006c7919cbb (diff) | |
download | pkgsrc-f38e7b58dfdcf4799aba6da51b24d3acc25744e0.tar.gz |
move tkcron, tkinfo, tkman, unclutter, xgas, xless, xpns and xtimer into x11 via repository copy
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/misc/Makefile b/misc/Makefile index dee4cfb6bd5..6171bec7bfe 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.9 1997/10/27 02:04:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 1997/12/01 15:11:11 mrg Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp -# SUBDIR += amanda SUBDIR += astrolog @@ -39,19 +38,12 @@ SUBDIR += screen SUBDIR += splitvt SUBDIR += team - SUBDIR += tkcron - SUBDIR += tkinfo -# SUBDIR += tkman # needs rman, glimpse - HF - SUBDIR += unclutter SUBDIR += viz +# These programs shouldbe in ../x11 # SUBDIR += xcalendar - SUBDIR += xgas - SUBDIR += xless # SUBDIR += xmaddressbook # needs Motif/Lesstif - HF # SUBDIR += xopps # needs Motif/Lesstif - HF - SUBDIR += xpns # SUBDIR += xtar # needs Motif/Lesstif - HF - SUBDIR += xtimer SUBDIR += zorro .include <bsd.port.subdir.mk> |