diff options
author | obrien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
commit | c269c9fb36040d129558f61fa26bf3745100a4ff (patch) | |
tree | 363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/splash/bmp | |
parent | e68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff) | |
download | FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz |
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/splash/bmp')
-rw-r--r-- | sys/modules/splash/bmp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/splash/bmp/Makefile b/sys/modules/splash/bmp/Makefile index 9c45c39..950c930 100644 --- a/sys/modules/splash/bmp/Makefile +++ b/sys/modules/splash/bmp/Makefile @@ -2,7 +2,6 @@ KMOD= splash_bmp SRCS= splash_bmp.c - NOMAN= .if ${MACHINE} == "pc98" |