From 9857d3addbf225a535488b223e8046ee08cdcbc4 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Sat, 6 Aug 2005 02:37:21 +0000 Subject: [PATCH] Include ../Makefile.inc, since without it programs get installed in the wrong place. Pointy hat to: cperciva --- usr.bin/bsdiff/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/bsdiff/Makefile.inc b/usr.bin/bsdiff/Makefile.inc index 8eff7341fccb..198d906713fd 100644 --- a/usr.bin/bsdiff/Makefile.inc +++ b/usr.bin/bsdiff/Makefile.inc @@ -1,3 +1,6 @@ # $FreeBSD$ WARNS?= 6 + +.include "../Makefile.inc" +