Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / as / config / te-generic.h
1 /*
2  * This file is te-generic.h and is intended to be a template for
3  * target environment specific header files.
4  *
5  * It is my intent that this file will evolve into a file suitable for config,
6  * compile, and copying as an aid for testing and porting.  xoxorich.
7  */
8 /*
9  * $FreeBSD: src/gnu/usr.bin/as/config/te-generic.h,v 1.4 1999/08/27 23:34:31 peter Exp $
10  * $DragonFly: src/gnu/usr.bin/as/config/Attic/te-generic.h,v 1.2 2003/06/17 04:25:44 dillon Exp $
11  */
12
13
14 #define TE_GENERIC 1
15
16 /* these define interfaces */
17 #include "obj-format.h"
18
19 /*
20  * Local Variables:
21  * comment-column: 0
22  * fill-column: 131
23  * End:
24  */
25
26 /* end of te-generic.h */