summaryrefslogtreecommitdiff
path: root/sys/modules/splash
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-11-06 13:47:00 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-11-06 13:47:00 +0000
commitab3626d51a1d3db8cef3fe4c9b19182278e553b4 (patch)
tree84d1fc2d399bf863de2feb335fbe1431550749e2 /sys/modules/splash
parentc7a1bf8bf3d6108176c13e8f9cb1a8f0ab7dfb15 (diff)
Notes
Diffstat (limited to 'sys/modules/splash')
-rw-r--r--sys/modules/splash/bmp/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/splash/bmp/Makefile b/sys/modules/splash/bmp/Makefile
index c1b6af44c304..834ed7671529 100644
--- a/sys/modules/splash/bmp/Makefile
+++ b/sys/modules/splash/bmp/Makefile
@@ -3,8 +3,4 @@
KMOD= splash_bmp
SRCS= splash_bmp.c
-.if ${MACHINE} == "pc98"
-CFLAGS+= -DPC98
-.endif
-
.include <bsd.kmod.mk>