diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-01-12 18:36:11 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-01-12 18:36:11 +0000 |
commit | 02e7c3f81df4c8ae340f85ff01a9090e24cfb482 (patch) | |
tree | a2561a5e178b2fa63e8237cf68e921687047c9f6 /comms | |
parent | 2be0bf251556e9d89c4f8ce1677ad2617f486beb (diff) | |
download | pkgsrc-02e7c3f81df4c8ae340f85ff01a9090e24cfb482.tar.gz |
Add xtel
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index 4bc2d7a202f..f9d10732e05 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2001/11/29 13:08:59 augustss Exp $ +# $NetBSD: Makefile,v 1.39 2002/01/12 18:36:11 bouyer Exp $ # COMMENT= Communication utilities @@ -34,5 +34,6 @@ SUBDIR+= ruby-termios SUBDIR+= snooper SUBDIR+= tkhylafax SUBDIR+= xisp +SUBDIR+= xtel .include "../mk/bsd.pkg.subdir.mk" |