diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2010-04-21 12:17:01 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2010-04-21 12:17:01 +0000 |
| commit | ee9c0bb32bd8df6307042c141a3de84edbaa1c92 (patch) | |
| tree | cd1ec44689dabbf1f83183fa8c32a8139e994dbe | |
| parent | 97293c583326ef1d7818eee9aacf15b757d47404 (diff) | |
Notes
| -rw-r--r-- | etc/mtree/BSD.usr.dist | 2 | ||||
| -rw-r--r-- | share/examples/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 87f7ca397671..da3ad541b728 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -219,6 +219,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 \ |
