diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-27 11:07:13 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-27 11:07:13 +0000 |
| commit | 4f05e3faf9bcba3f81ad3fb38c17fb67b6411e34 (patch) | |
| tree | bcb6fbb0d0691b1f4673034cc6e49238a9a52ac4 /sys/modules | |
| parent | 802e13ab9be3be6049a8c76e79b318fa1b02453d (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 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 |
