]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/make/Makefile.dist
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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