Change mbug allocation flags from M_ to MB_ to avoid confusion with malloc
[dragonfly.git] / usr.sbin / pkg_install / Makefile.inc
1 # $FreeBSD: src/usr.sbin/pkg_install/Makefile.inc,v 1.5 1999/08/28 01:17:53 peter Exp $
2 # $DragonFly: src/usr.sbin/pkg_install/Attic/Makefile.inc,v 1.2 2003/06/17 04:29:59 dillon Exp $
3
4 .if exists(${.OBJDIR}/../lib)
5 LIBINSTALL=     ${.OBJDIR}/../lib/libinstall.a
6 .else
7 LIBINSTALL=     ${.CURDIR}/../lib/libinstall.a
8 .endif
9
10 # Inherit BINDIR from one level up.
11 .include "../Makefile.inc"