freebsd-dev/usr.bin/perror/Makefile
George V. Neville-Neil 9a3009b800 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.
2009-05-19 17:40:22 +00:00

7 lines
66 B
Makefile

# $FreeBSD$
PROG= perror
SRCS= perror.c
.include <bsd.prog.mk>