diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-22 04:46:03 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-22 04:46:03 +0000 |
commit | e19d6e46677aa4f332ca8d12dc71f706f1ce0488 (patch) | |
tree | 2aea9d7644ef1e01d6dceb757a9cf042712d8c97 /share/Makefile | |
parent | 4e5f8b13a08f788e1dbba088ab9b02e4b5f172f2 (diff) |
Add build of terminfo.db; note that the terminfo source has been modified
to have stock X11R6 xterm as the default "xterm" entry, and not the fixed
XFree86 3.1.2E version
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/Makefile b/share/Makefile index c820831eb4f..36d3d0278aa 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,8 +1,9 @@ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/7/91 -# $Id: Makefile,v 1.2 1996/01/09 16:24:18 dm Exp $ +# $Id: Makefile,v 1.3 1996/07/22 04:46:01 tholo Exp $ # Missing: ms -SUBDIR= dict doc ipf lkm man me misc mk skel tabset termcap tmac zoneinfo +SUBDIR= dict doc ipf lkm man me misc mk skel tabset termcap terminfo \ + tmac zoneinfo .include <bsd.subdir.mk> |