diff options
author | tron <tron> | 2001-12-17 14:47:47 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-17 14:47:47 +0000 |
commit | f93c87902868e3c6527228fff0614b8b6da0e0fc (patch) | |
tree | db678097db24ac93e2e94bd1534567d3e9145c9e /x11/Makefile | |
parent | 6745043de54a041aa054f9ad3fe8b2b53f5f4f50 (diff) | |
download | pkgsrc-f93c87902868e3c6527228fff0614b8b6da0e0fc.tar.gz |
Add and enable "xterm".
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7734551a620..1395d19ec0c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.234 2001/12/07 14:55:17 skrll Exp $ +# $NetBSD: Makefile,v 1.235 2001/12/17 14:47:47 tron Exp $ # COMMENT= Packages to support the X window system @@ -146,6 +146,7 @@ SUBDIR+= xservers SUBDIR+= xsnow SUBDIR+= xteddy SUBDIR+= xteddy2 +SUBDIR+= xterm SUBDIR+= xtermset SUBDIR+= xtoolwait SUBDIR+= xview |