1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/usr.sbin/pkg_install/Makefile.inc

13 lines
240 B
PHP
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
.include <bsd.own.mk>
CFLAGS+= -DPKG_INSTALL_VERSION=20101012
CFLAGS+= -DYES_I_KNOW_THE_API_IS_RUBBISH_AND_IS_DOOMED_TO_CHANGE
DPADD+= ${LIBPKG}
LDADD+= -lpkg
# Inherit BINDIR from one level up.
.include "../Makefile.inc"