Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2010 22:33:03 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209515 - head/usr.sbin/pc-sysinstall/pc-sysinstall
Message-ID:  <201006242233.o5OMX32Y020065@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Jun 24 22:33:03 2010
New Revision: 209515
URL: http://svn.freebsd.org/changeset/base/209515

Log:
  Makefile overlooked in r2095137

Added:
  head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile   (contents, props changed)

Added: head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile	Thu Jun 24 22:33:03 2010	(r209515)
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SCRIPTS=pc-sysinstall.sh
+MAN=	pc-sysinstall.8
+
+.include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006242233.o5OMX32Y020065>