]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/make/Makefile.dist
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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