]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/make/Makefile.dist
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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