diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
commit | c68159a6d8eede11766cf13896d0f7670dbd51aa (patch) | |
tree | b5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/splash | |
parent | e2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff) |
Use a consistent style and one much closer to the rest of /usr/src
Notes
Notes:
svn path=/head/; revision=70711
Diffstat (limited to 'sys/modules/splash')
-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 9c45c39c4473..950c93078422 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" |