diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-02-25 04:29:04 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-02-25 04:29:04 +0000 |
commit | de35210005f70a521adc51066d4d525e1619aee8 (patch) | |
tree | d8e0fdb1db5e651f914561c4865538d5fca415c9 /graphics/kix-kmod | |
parent | 56928d6bf3db23a5b8be626029c1b8a8911678a5 (diff) |
Notes
Diffstat (limited to 'graphics/kix-kmod')
-rw-r--r-- | graphics/kix-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index debb5a9e5b7c..1c119259e769 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -kmod MAINTAINER= jon@witchspace.com COMMENT= A graphical screensaver kernel module -SYSDIR?= /usr/src/sys +SYSDIR?= ${SRC_BASE}/sys .if !exists(${SYSDIR}/dev/syscons/syscons.h) IGNORE= Requires kernel source (/usr/src/sys) to build .endif |