diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-01 00:45:56 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-01 00:45:56 +0000 |
commit | 9217f515c2f33f0b90b1ac5a85031ebf098d5162 (patch) | |
tree | b6f8bb775537b7169de7dafac3a285e3f90489eb /devel/valgrind-snapshot | |
parent | 8ea1a2c0c13261fd46a7b2778a64c0374ef4ed91 (diff) |
Notes
Diffstat (limited to 'devel/valgrind-snapshot')
-rw-r--r-- | devel/valgrind-snapshot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index d5c0daea457e..8523035bbe6f 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -38,6 +38,7 @@ PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}' pre-everything:: +.if !defined(PACKAGE_BUILDING) .if ${PROCFS} @${ECHO_CMD} "" @${ECHO_CMD} "Check if procfs is running: YES" @@ -53,6 +54,7 @@ pre-everything:: @${ECHO_CMD} "-----------------------------------------------------------" @${FALSE} .endif +.endif pre-patch: .ifdef(NOPORTDOCS) |