mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
12 lines
392 B
Makefile
12 lines
392 B
Makefile
# $FreeBSD: src/usr.sbin/pc-sysinstall/examples/Makefile,v 1.1 2010/06/24 22:21:47 imp Exp $
|
|
|
|
FILES= README pc-autoinstall.conf pcinstall.cfg.fbsd-netinstall \
|
|
pcinstall.cfg.geli pcinstall.cfg.gmirror pcinstall.cfg.netinstall \
|
|
pcinstall.cfg.restore pcinstall.cfg.rsync pcinstall.cfg.upgrade \
|
|
pcinstall.cfg.zfs
|
|
|
|
FILESDIR=${SHAREDIR}/examples/pc-sysinstall
|
|
NO_OBJ=
|
|
|
|
.include <bsd.prog.mk>
|