From 35c7efd2964beffad8ab63ef4bf7c9a7b5824b0b Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 14 Nov 2009 06:46:14 +0000 Subject: 1) Remove process scheduler type verification since we now depend on emulators/kqemu-kmod for the kqemu kernel module. 2) Use bsd.port.mk instead of pre and post since they are not required. --- emulators/win4bsd/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'emulators') diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile index 1624a5c23ead..a69ba53a70c6 100644 --- a/emulators/win4bsd/Makefile +++ b/emulators/win4bsd/Makefile @@ -35,15 +35,6 @@ PKGDEINSTALL= ${WRKSRC}/+POST-DEINSTALL SUB_FILES= pkg-message -.include - -.if ${OSVERSION} < 800000 -SCHED_NAME!= ${SYSCTL} -n kern.sched.name -.if ${SCHED_NAME} != "4BSD" -IGNORE= requires the traditional 4BSD scheduler. Please rebuild your kernel with options SCHED_4BSD, and run make again -.endif -.endif - POST_PATCH_REMOVE_FILES= \ usr/local/lib/win4bsd/bin/postinstall.sh.orig \ usr/local/lib/win4bsd/etc/mergepro_rc.orig \ @@ -67,4 +58,4 @@ do-install: post-install: @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} -.include +.include -- cgit v1.2.3