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