From 4f05e3faf9bcba3f81ad3fb38c17fb67b6411e34 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 27 Jan 2005 11:07:13 +0000 Subject: [PATCH] "pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES. --- sys/modules/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 9164e43f874b..720fd2295f7b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -174,7 +174,7 @@ SUBDIR= ${_3dfx} \ pps \ procfs \ pseudofs \ - pst \ + ${_pst} \ ${_random} \ ${_ray} \ rc \ @@ -326,6 +326,7 @@ _oltr= oltr _pccard= pccard _pcfclock= pcfclock _pecoff= pecoff +_pst= pst _ray= ray _safe= safe _sbni= sbni