svn commit: r201402 - head/lib/libc/posix1e

Ed Schouten ed at FreeBSD.org
Sat Jan 2 20:27:15 UTC 2010


Author: ed
Date: Sat Jan  2 20:27:14 2010
New Revision: 201402
URL: http://svn.freebsd.org/changeset/base/201402

Log:
  Don't forget to clean up the file copied from the kernel sources.
  
  MFC after:	1 week

Modified:
  head/lib/libc/posix1e/Makefile.inc

Modified: head/lib/libc/posix1e/Makefile.inc
==============================================================================
--- head/lib/libc/posix1e/Makefile.inc	Sat Jan  2 20:18:10 2010	(r201401)
+++ head/lib/libc/posix1e/Makefile.inc	Sat Jan  2 20:27:14 2010	(r201402)
@@ -119,3 +119,5 @@ MLINKS+=acl_create_entry.3 acl_create_en
 	mac_set.3 mac_set_proc.3		\
 	mac_text.3 mac_from_text.3		\
 	mac_text.3 mac_to_text.3
+
+CLEANFILES+=	subr_acl_nfs4.c


More information about the svn-src-all mailing list