freebsd-skq/usr.sbin/pc-sysinstall/backend-partmanager/Makefile
imp 7f47d11a93 We need to install the shell scripts as executables rather than as
data files in the backend* trees.

Submitted by:	John Hixon
2010-06-25 22:35:19 +00:00

9 lines
159 B
Makefile

# $FreeBSD$
FILES= create-part.sh delete-part.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend-partmanager
NO_OBJ=
.include <bsd.prog.mk>