diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 1999-08-01 13:20:09 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 1999-08-01 13:20:09 +0000 |
| commit | ef27128dbf78f376fe5ee171c50868f69d6aa55f (patch) | |
| tree | 7c77d8979b194582829fcfa75e0509361d398d9e | |
| parent | cdc1313e0f44838e1be03d9a61ef8e5a4d196703 (diff) | |
Notes
| -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 |
