diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-12-01 09:01:09 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-12-01 09:01:09 +0000 |
| commit | 6987f845e1dcdec0dadfcf1dfb85fc2c2ae7560a (patch) | |
| tree | ce8cc41a439270be9c5fe707acf2349c3fccc69b /sys/modules/syscons/daemon | |
| parent | d77cc304cbe979c91da9708d587e2f3f7a34302c (diff) | |
Notes
Diffstat (limited to 'sys/modules/syscons/daemon')
| -rw-r--r-- | sys/modules/syscons/daemon/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/syscons/daemon/Makefile b/sys/modules/syscons/daemon/Makefile index 930ec59fc634..ea3407784191 100644 --- a/sys/modules/syscons/daemon/Makefile +++ b/sys/modules/syscons/daemon/Makefile @@ -6,8 +6,4 @@ SRCS= daemon_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. -.if ${MACHINE} == "pc98" -CFLAGS+= -DPC98 -.endif - .include <bsd.kmod.mk> |
