From 82b622da6cd66aa1b7defd0cd1597bfca51d6aa3 Mon Sep 17 00:00:00 2001 From: cperciva Date: Sat, 6 Aug 2005 02:37:21 +0000 Subject: 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(+) (limited to 'usr.bin/bsdiff') diff --git a/usr.bin/bsdiff/Makefile.inc b/usr.bin/bsdiff/Makefile.inc index 8eff734..198d906 100644 --- a/usr.bin/bsdiff/Makefile.inc +++ b/usr.bin/bsdiff/Makefile.inc @@ -1,3 +1,6 @@ # $FreeBSD$ WARNS?= 6 + +.include "../Makefile.inc" + -- cgit v1.1