head	1.5;
access;
symbols
	RELENG_9:1.5.0.2;
locks; strict;
comment	@# @;


1.5
date	2013.05.08.00.32.14;	author svnexp;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	2013.02.09.00.27.05;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.01.54.38;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.09.18.22.28.42;	author dteske;	state Exp;
branches;
next	1.1;

1.1
date	2012.07.14.03.16.57;	author dteske;	state Exp;
branches;
next	;

1.5.2.1
date	2013.05.08.00.32.14;	author svnexp;	state dead;
branches;
next	1.5.2.2;

1.5.2.2
date	2013.07.07.20.03.17;	author svnexp;	state Exp;
branches;
next	1.5.2.3;

1.5.2.3
date	2014.03.27.04.02.36;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250323
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/usr.sbin/bsdconfig/Makefile 250323 2013-05-07 05:40:20Z dteske $

SUBDIR=	console \
	diskmgmt \
	docsinstall \
	dot \
	examples \
	include \
	mouse \
	networking \
	packages \
	password \
	security \
	share \
	startup \
	timezone \
	ttys \
	usermgmt

FILESDIR=	${LIBEXECDIR}/bsdconfig
FILES=		USAGE

SCRIPTS= bsdconfig

MAN= bsdconfig.8

beforeinstall:
	mkdir -p ${DESTDIR}${FILESDIR}
	mkdir -p ${DESTDIR}${SCRIPTSDIR}
	mkdir -p ${DESTDIR}${MANDIR}8

.include <bsd.prog.mk>
@


1.5.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-07-07 20:03:17 +0000
@
text
@d1 32
@


1.5.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252995
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 32
# $FreeBSD: stable/9/usr.sbin/bsdconfig/Makefile 252995 2013-07-07 19:13:34Z dteske $

SUBDIR=	console \
	diskmgmt \
	docsinstall \
	dot \
	examples \
	include \
	mouse \
	networking \
	packages \
	password \
	security \
	share \
	startup \
	timezone \
	ttys \
	usermgmt

FILESDIR=	${LIBEXECDIR}/bsdconfig
FILES=		USAGE

SCRIPTS= bsdconfig

MAN= bsdconfig.8

beforeinstall:
	mkdir -p ${DESTDIR}${FILESDIR}
	mkdir -p ${DESTDIR}${SCRIPTSDIR}
	mkdir -p ${DESTDIR}${MANDIR}8

.include <bsd.prog.mk>
@


1.5.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263791
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/usr.sbin/bsdconfig/Makefile 263791 2014-03-27 03:20:47Z dteske $
a8 1
	includes \
@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/246546
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/usr.sbin/bsdconfig/Makefile 246546 2013-02-08 11:14:01Z dteske $
d11 1
@


1.3
log
@Switching exporter and resync
@
text
@d1 1
a1 3
# $FreeBSD: head/usr.sbin/bsdconfig/Makefile 240684 2012-09-18 22:28:42Z dteske $

NO_OBJ=
@


1.2
log
@SVN rev 240684 on 2012-09-18 22:28:42Z by dteske

Move major includes into /usr/share/bsdconfig for easy external access.

Reviewed by:	adrian (co-mentor)
Approved by:	adrian (co-mentor)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 238438 on 2012-07-14 03:16:57Z by dteske

Import bsdconfig(8) as a replacement for the post-install abilities of
deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.

Submitted by:	Devin Teske (dteske), Ron McDowell <rcm@@fuzzwad.org>
Reviewed by:	Ron McDowell <rcm@@fuzzwad.org>
Approved by:	Ed Maste (emaste)
@
text
@d15 1
@

