From a526ae95185524fc3957778763a1ed818188cdc3 Mon Sep 17 00:00:00 2001 From: avg Date: Fri, 23 Apr 2010 15:24:56 +0000 Subject: [PATCH] MFC r206996: indent.pro example: actually install the sample file git-svn-id: svn://svn.freebsd.org/base/stable/8@207119 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/mtree/BSD.usr.dist | 2 ++ share/examples/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index bc440c8b2..008ffb039 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -217,6 +217,8 @@ .. ibcs2 .. + indent + .. ipfilter .. ipfw diff --git a/share/examples/Makefile b/share/examples/Makefile index 99d92c0d9..7d011e3a9 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -15,6 +15,7 @@ LDIRS= BSD_daemon \ find_interface \ hast \ ibcs2 \ + indent \ ipfw \ kld \ libvgl \ @@ -77,6 +78,7 @@ XFILES= BSD_daemon/FreeBSD.pfa \ hast/vip-up.sh \ ibcs2/README \ ibcs2/hello.uu \ + indent/indent.pro \ ipfw/change_rules.sh \ kld/Makefile \ kld/cdev/Makefile \ -- 2.45.0