diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index 5bc191a9882..8b6431c0e0e 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2004/06/20 20:07:03 tv Exp $ +# $NetBSD: Makefile,v 1.53 2005/04/08 03:12:29 riz Exp $ # COMMENT= Communication utilities +SUBDIR+= asterisk SUBDIR+= binkd SUBDIR+= birda SUBDIR+= conserver @@ -45,5 +46,6 @@ SUBDIR+= snooper SUBDIR+= tkhylafax SUBDIR+= xisp SUBDIR+= xtel +SUBDIR+= zaptel-netbsd .include "../mk/bsd.pkg.subdir.mk" |