diff options
| author | macallan <macallan@NetBSD.org> | 2006-02-19 01:39:54 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2006-02-19 01:39:54 +0000 |
| commit | 23bcdb1c3e034d875709458a8bf8d9853acb1e95 (patch) | |
| tree | 147f1918abe0d5a550173324ae95ff75e02265b5 /sys | |
| parent | 24829ed7ccd0513311b9ae8ad6e3fac4f3840c85 (diff) | |
use defparam for SPLASHSCREEN_IMAGE
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/splash/files.splash | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/splash/files.splash b/sys/dev/splash/files.splash index dfaaef222c0..af3758698b0 100644 --- a/sys/dev/splash/files.splash +++ b/sys/dev/splash/files.splash @@ -1,6 +1,7 @@ -# $NetBSD: files.splash,v 1.1 2006/02/18 19:00:23 jmcneill Exp $ +# $NetBSD: files.splash,v 1.2 2006/02/19 01:39:54 macallan Exp $ define splash file dev/splash/splash.c splash -defflag opt_splash.h SPLASHSCREEN SPLASHSCREEN_PROGRESS SPLASHSCREEN_IMAGE +defflag opt_splash.h SPLASHSCREEN SPLASHSCREEN_PROGRESS +defparam opt_splash.h SPLASHSCREEN_IMAGE |
