Bring in an errno.9 manual page (based on NetBSD's).
[dragonfly.git] / usr.bin / tr / Makefile
blob2ee2a8794d8866f4ecd7aafb2627808b2cad25cd
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: head/usr.bin/tr/Makefile 265420 2014-05-06 04:22:01Z imp $
4 PROG= tr
5 SRCS= cmap.c cset.c str.c tr.c
7 .include <bsd.prog.mk>