]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/cat/Makefile
rtld-elf: link udivmoddi4 from compiler_rt
[FreeBSD/FreeBSD.git] / bin / cat / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PACKAGE=runtime
7 PROG=   cat
8
9 .ifdef BOOTSTRAPPING
10 # For the bootstrap cat we disable all wide char support to allow building
11 # on Linux/macOS
12 CFLAGS+=-DBOOTSTRAP_CAT
13 .endif
14
15 HAS_TESTS=
16 SUBDIR.${MK_TESTS}+= tests
17
18 .include <bsd.prog.mk>