diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-11 15:49:02 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-11 15:49:02 +0000 |
commit | 17d6c636720d00f77e5d098daf4c278f89d84f7b (patch) | |
tree | d969e0da9d8f2f1a8ed4d8b51e09352160bdd7ae /sys/modules/splash | |
parent | afac94af5c1933e2fa7c943d31c8a5af8ced8491 (diff) | |
download | src-17d6c636720d00f77e5d098daf4c278f89d84f7b.tar.gz src-17d6c636720d00f77e5d098daf4c278f89d84f7b.zip |
Drop <bsd.man.mk> support from <bsd.kmod.mk>.
Not objected to by: -current
Notes
Notes:
svn path=/head/; revision=89260
Diffstat (limited to 'sys/modules/splash')
-rw-r--r-- | sys/modules/splash/bmp/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/splash/pcx/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/splash/bmp/Makefile b/sys/modules/splash/bmp/Makefile index 950c93078422..c1b6af44c304 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" CFLAGS+= -DPC98 diff --git a/sys/modules/splash/pcx/Makefile b/sys/modules/splash/pcx/Makefile index a64a61864db2..597852cc4192 100644 --- a/sys/modules/splash/pcx/Makefile +++ b/sys/modules/splash/pcx/Makefile @@ -2,6 +2,5 @@ KMOD= splash_pcx SRCS= splash_pcx.c -NOMAN= .include <bsd.kmod.mk> |