]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/Makefile.dist
Add casts to work around harmless -Werror warnings from clang 10.0.0,
[FreeBSD/stable/10.git] / usr.bin / make / Makefile.dist
1 # $FreeBSD$
2 # a simple makefile to help builds on !FreeBSD systems
3 pmake:
4         @echo 'make started.'
5         cc -D__dead2="" -D__unused="" -Darc4random=random -D__FBSDID="static const char *id=" -DDEFSHELLNAME=\"sh\" -I. -c *.c
6         cc *.o -o pmake
7         @echo 'make completed.'
8
9 clean:
10         @rm -f *.o pmake