1$FreeBSD$
2
3This is the part of the NgATM stuff that is shared by kernel and user.
4Be careful to feed changes back to the maintainer <[email protected]>,
5because the code here is actually shared with other environments besides
6FreeBSD.
7
8Import should be done by:
9
10	1. Put the distribution into a clean directory.
11
12	2. Remove any unneeded files.
13
14	3. cvs import \
15		-m "Virgin import of NgATM shared kernel/user part X.Y" \
16		src/sys/contrib/ngatm/netnatm BEGEMOT NGATM_X_Y
17
18	4. resolve conflicts
19
20	5. check-out the imported stuff
21
22	6. Re-generate files by calling ./genfiles
23
24	7. If neccessary commit the re-generated files
25
26harti
27