add luna68k
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Sep 1992 02:54:55 +0000 (18:54 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Sep 1992 02:54:55 +0000 (18:54 -0800)
SCCS-vsn: usr.bin/gprof/gprof.h 5.14

usr/src/usr.bin/gprof/gprof.h

index c282338..2febc2a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)gprof.h     5.13 (Berkeley) %G%
+ *     @(#)gprof.h     5.14 (Berkeley) %G%
  */
 
 #include <sys/types.h>
  */
 
 #include <sys/types.h>
@@ -27,6 +27,9 @@
 #if hp300
 #   include "hp300.h"
 #endif
 #if hp300
 #   include "hp300.h"
 #endif
+#if luna68k
+#   include "luna68k.h"
+#endif
 #if i386
 #   include "i386.h"
 #endif
 #if i386
 #   include "i386.h"
 #endif