From dec20309828da6cba74e291be1ae2bd085452502 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Fri, 23 Apr 2010 15:24:56 +0000 Subject: [PATCH] MFC r206996: indent.pro example: actually install the sample file --- 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 bc440c8b2ca2..008ffb03930b 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 99d92c0d99a0..7d011e3a9cde 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 \