Deleted Added
full compact
makeman (251685) makeman (253304)
1#!/bin/sh
2#
3# This file is in the public domain.
4
5set -o errexit
1#!/bin/sh
2#
3# This file is in the public domain.
4
5set -o errexit
6LC_ALL=C
6
7
7ident='$FreeBSD: head/tools/build/options/makeman 251685 2013-06-13 13:05:08Z emaste $'
8ident='$FreeBSD: head/tools/build/options/makeman 253304 2013-07-12 23:08:44Z bapt $'
8
9t=$(mktemp -d -t makeman)
10trap 'test -d $t && rm -rf $t' exit
11
12#
13# usage: no_targets all_targets yes_targets
14#
15no_targets()

--- 294 unchanged lines hidden ---
9
10t=$(mktemp -d -t makeman)
11trap 'test -d $t && rm -rf $t' exit
12
13#
14# usage: no_targets all_targets yes_targets
15#
16no_targets()

--- 294 unchanged lines hidden ---