diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 06:15:49 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 06:15:49 +0000 |
commit | 226cca70fb0df5cfbf15ff2714ff62e8602c51fe (patch) | |
tree | 575c58f9f6ba48a2cb04098a10b90d3ab22071d2 /emulators/rtc/Makefile | |
parent | 7849c3cf6440f15e452e9479c1e2f50ae07cd914 (diff) | |
download | ports-226cca70fb0df5cfbf15ff2714ff62e8602c51fe.tar.gz ports-226cca70fb0df5cfbf15ff2714ff62e8602c51fe.zip |
Notes
Diffstat (limited to 'emulators/rtc/Makefile')
-rw-r--r-- | emulators/rtc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index a0a9e118fe55..ce5856a2af5e 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -30,10 +30,10 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}" PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \ RTC_H_DIR="${RTC_H_DIR}" -SRC_BASE?= /usr/src - .include <bsd.port.pre.mk> +SRC_BASE?= /usr/src + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= needs kernel source files .endif |