freebsd-dev/usr.sbin/bsdconfig/packages/Makefile
Devin Teske 87c1627502 Commit first portion of package module -- this includes the ability to view
categories, view packages, mark packages for installation, de-installation,
or re-installation, calculate and track dependencies, as well as ability to
review selections.

Still to come is the actual processing of selections (performing the
various actions associated with the user's selections, such as installing
dependencies first, then selections, etc.).
2013-05-07 05:40:20 +00:00

17 lines
221 B
Makefile

# $FreeBSD$
NO_OBJ=
SUBDIR= include
FILESDIR= ${LIBEXECDIR}/bsdconfig/030.packages
FILES= INDEX USAGE
SCRIPTSDIR= ${FILESDIR}
SCRIPTS= packages
beforeinstall:
mkdir -p ${DESTDIR}${FILESDIR}
.include <bsd.prog.mk>