diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-08-06 02:37:21 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-08-06 02:37:21 +0000 |
commit | 82b622da6cd66aa1b7defd0cd1597bfca51d6aa3 (patch) | |
tree | cf283fb124b899a0a81ee334191cfa8f57e8f9fd /usr.bin | |
parent | 520e3eb63082b8d93ccbd1dfa20a9f37bf053871 (diff) | |
download | FreeBSD-src-82b622da6cd66aa1b7defd0cd1597bfca51d6aa3.zip FreeBSD-src-82b622da6cd66aa1b7defd0cd1597bfca51d6aa3.tar.gz |
Include ../Makefile.inc, since without it programs get installed in the
wrong place.
Pointy hat to: cperciva
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bsdiff/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" + |