diff options
author | phk <phk@FreeBSD.org> | 1998-12-27 21:47:14 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-12-27 21:47:14 +0000 |
commit | c7ecc129d72ba32b5d83c9a6019e93fd181d719c (patch) | |
tree | 8d5099bc7ef24151b4f6deb00d1d34a7e7ac694a /share/Makefile | |
parent | 3f431df8ec46b86090ad59ee153872c45d4d429d (diff) | |
download | FreeBSD-src-c7ecc129d72ba32b5d83c9a6019e93fd181d719c.zip FreeBSD-src-c7ecc129d72ba32b5d83c9a6019e93fd181d719c.tar.gz |
Initial entry of ISDN4BSD into the FreeBSD tree.
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis,
who has done a tremendous amount of work to bring us this far.
There are still some outstanding issues and files to bring into
the tree, and for now it will be needed to pick up all the extra
docs from the isdn4bsd release.
It is probably also a very good idea to subscribe to the isdn@freebsd.org
mailing list before you try this out.
These files correspond to release "beta Version 0.70.00 / December
1998" from Hellmuth.
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 6363f07..330a31c 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -SUBDIR= dict doc examples info man me misc mk skel \ +SUBDIR= dict doc examples info isdn man me misc mk skel \ syscons tabset termcap timedef zoneinfo .include <bsd.subdir.mk> |