diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 20:13:20 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 20:13:20 +0000 |
commit | 32ca423e3126b78ed2e99bb453bba3db57f760b6 (patch) | |
tree | f749262f175cc15d75c778e462c74fbddfacb5fd /emulators | |
parent | f5a473f755a74f37580a5df2a2d4e86d889ab836 (diff) | |
download | ports-32ca423e3126b78ed2e99bb453bba3db57f760b6.tar.gz ports-32ca423e3126b78ed2e99bb453bba3db57f760b6.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 6260e0604083..2494a34f3ec2 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -64,7 +64,7 @@ IGNORE= systems prior to FreeBSD 480102 currently out of support IGNORE= linprocfs is required, please build the module and/or add it to your kernel .endif -.if !exists(${SRC_BASE}/Makefile) +.if !exists(${SRC_BASE}/sys/Makefile) IGNORE= kernel source files required .endif |