Index: stable/11/libexec/bootpd/Makefile.inc =================================================================== --- stable/11/libexec/bootpd/Makefile.inc (revision 350469) +++ stable/11/libexec/bootpd/Makefile.inc (revision 350470) @@ -1,5 +1,5 @@ # $FreeBSD$ -BINDIR?= /usr/libexec - WARNS?= 1 + +.include "../Makefile.inc" Index: stable/11/libexec/bootpd/tools/Makefile.inc =================================================================== --- stable/11/libexec/bootpd/tools/Makefile.inc (revision 350469) +++ stable/11/libexec/bootpd/tools/Makefile.inc (revision 350470) @@ -1,6 +1,8 @@ # Makefile.inc # $FreeBSD$ BINDIR= /usr/sbin WARNS?= 1 + +.include "../Makefile.inc" Index: stable/11 =================================================================== --- stable/11 (revision 350469) +++ stable/11 (revision 350470) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r350143,350148