View | Details | Raw Unified | Return to bug 127015
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
PLIST_SUB+=	RELENG_7="@comment "
44
PLIST_SUB+=	RELENG_7="@comment "
45
.endif
45
.endif
46
46
47
PROCFS!=	/sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}'
47
PROCFS!=	if test -r /proc/curproc/status; then echo "procfs"; else echo ""; fi
48
48
49
pre-everything::
49
pre-everything::

Return to bug 127015