87c1627502
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.).
17 lines
221 B
Makefile
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>
|