diff options
| -rw-r--r-- | sys/pc98/conf/files.pc98 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98 index f87cd94485cf..4c73bc7bf2be 100644 --- a/sys/pc98/conf/files.pc98 +++ b/sys/pc98/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.81.2.8 1999/05/28 03:06:44 kato Exp $ +# $Id: files.pc98,v 1.81.2.9 1999/06/28 15:31:17 kato Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -36,6 +36,13 @@ ukbdmap.h optional ukbd_dflt_keymap \ no-obj no-implicit-rule before-depend \ clean "ukbdmap.h" # +contrib/dev/fla/fla.c optional fla +msysosak.o optional fla \ + dependency "$S/contrib/dev/fla/i386/msysosak.o.uu" \ + compile-with "uudecode < $S/contrib/dev/fla/i386/msysosak.o.uu" \ + no-implicit-rule + +# dev/fb/fb.c optional fb device-driver dev/fb/fb.c optional gdc device-driver dev/fb/splash.c optional splash |
