diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-12-09 16:48:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-12-09 16:48:51 +0000 |
| commit | 640360c2f493f27615383fb302a0cd7fe648062e (patch) | |
| tree | 90923cd1421efe774dd0a7c6a191f661de68ee25 /usr.bin | |
| parent | 71bd9b9cf91743bb61824dcc1eabe8bfb88c131a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/Makefile.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist index 0a485e1db01f..d50804d3ac91 100644 --- a/usr.bin/make/Makefile.dist +++ b/usr.bin/make/Makefile.dist @@ -1,7 +1,10 @@ # $FreeBSD$ -# a very simple makefile... +# a simple makefile to help builds on !FreeBSD systems pmake: @echo 'make started.' - cc -DDEFSHELLNAME=\"sh\" -I. -c *.c + cc -D__FBSDID="static const char *id=" -DDEFSHELLNAME=\"sh\" -I. -c *.c cc *.o -o pmake @echo 'make completed.' + +clean: + @rm -f *.o pmake |
