summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2009-05-19 17:40:22 +0000
committergnn <gnn@FreeBSD.org>2009-05-19 17:40:22 +0000
commitb1a1ec04213e8ce59407b25e067db896b7b61b3e (patch)
treee3a5afac956eb44ef6300380a76cd19f4b035e05 /usr.bin/Makefile
parent1fbbbacfdb6be0a61fe7d733939f2edd984a5093 (diff)
downloadFreeBSD-src-b1a1ec04213e8ce59407b25e067db896b7b61b3e.zip
FreeBSD-src-b1a1ec04213e8ce59407b25e067db896b7b61b3e.tar.gz
Add a new program, perror, which takes an errno as a command line argument
and outputs the associated textual message in the same way that perror(3) would if called within a program.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index cdfaf12..f67bfc2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -149,6 +149,7 @@ SUBDIR= alias \
passwd \
paste \
pathchk \
+ perror \
pr \
printenv \
printf \
OpenPOWER on IntegriCloud