Author: arichardson Date: Fri Sep 18 14:05:31 2020 New Revision: 365882 URL: https://svnweb.freebsd.org/changeset/base/365882
Log: Remove unnecessary include "../Makefile.inc" This is already pulled in by bsd.init.mk. Reported By: kevans Modified: head/lib/libarchive/tests/Makefile Modified: head/lib/libarchive/tests/Makefile ============================================================================== --- head/lib/libarchive/tests/Makefile Fri Sep 18 14:01:10 2020 (r365881) +++ head/lib/libarchive/tests/Makefile Fri Sep 18 14:05:31 2020 (r365882) @@ -16,7 +16,6 @@ PROGS+= libarchive_test CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} CFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/libarchive/test CFLAGS+= -I${_LIBARCHIVEDIR}/test_utils -.include "../Makefile.inc" # Uncomment to link against dmalloc #LDADD+= -L/usr/local/lib -ldmalloc _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"