diff options
author | ru <ru@FreeBSD.org> | 2005-01-27 11:07:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-27 11:07:13 +0000 |
commit | 7c96f6253aada1b18110de70b2fc15f1cd45a0ab (patch) | |
tree | bcb6fbb0d0691b1f4673034cc6e49238a9a52ac4 /sys | |
parent | 880172dcf3bf71c152f998d1a7c6ee5f1eebd278 (diff) | |
download | FreeBSD-src-7c96f6253aada1b18110de70b2fc15f1cd45a0ab.zip FreeBSD-src-7c96f6253aada1b18110de70b2fc15f1cd45a0ab.tar.gz |
"pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 9164e43..720fd22 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 |