1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/bsdconfig/password/Makefile
Devin Teske ab2043b81e Move major includes into /usr/share/bsdconfig for easy external access.
Reviewed by:	adrian (co-mentor)
Approved by:	adrian (co-mentor)
2012-09-18 22:28:42 +00:00

17 lines
227 B
Makefile

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