Date: Tue, 25 Nov 2014 14:40:39 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r275043 - head/usr.bin Message-ID: <201411251440.sAPEedXb096493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Nov 25 14:40:38 2014 New Revision: 275043 URL: https://svnweb.freebsd.org/changeset/base/275043 Log: Readd protect(2) removed by mistake Reported by: emaste Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile ============================================================================== --- head/usr.bin/Makefile Tue Nov 25 14:29:10 2014 (r275042) +++ head/usr.bin/Makefile Tue Nov 25 14:40:38 2014 (r275043) @@ -134,6 +134,7 @@ SUBDIR= alias \ printenv \ printf \ procstat \ + protect \ rctl \ renice \ rev \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411251440.sAPEedXb096493>