diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-13 18:05:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-13 18:05:53 +0000 |
commit | b54b0fd90e8994e918017b66eadbd7a12338f3f7 (patch) | |
tree | 224be239ffc87bd2e7ec9375bbb6ba5902bfff53 /share/Makefile | |
parent | 23257744cbf0307746604f6684cf56bc72a20bd4 (diff) |
use termtypes to build termcap/terminfo
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/Makefile b/share/Makefile index b1d5bfafff8..45df93e0851 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 1998/02/07 21:08:01 beck Exp $ +# $OpenBSD: Makefile,v 1.7 1998/12/13 18:05:52 millert Exp $ -SUBDIR= dict doc ipf ipsec lkm man misc mk skel tabset termcap terminfo \ +SUBDIR= dict doc ipf ipsec lkm man misc mk skel tabset termtypes \ tmac zoneinfo smtpd .include <bsd.subdir.mk> |