diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-20 00:58:46 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-20 00:58:46 +0000 |
| commit | 2fbd60ec4724bc5eebc0870e28620e75ae447922 (patch) | |
| tree | fc0773ee0b0110256bf52c4846f02ccaec2c6e6d /usr.bin/make/Makefile.dist | |
| parent | c8d232d482fa2dcc270365dbdc76d2f8f5b1c3a7 (diff) | |
| parent | 729c67f5a7eb53b09f548cb60ebd3913e0922548 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/Makefile.dist')
| -rw-r--r-- | usr.bin/make/Makefile.dist | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist deleted file mode 100644 index 8823d74d55463..0000000000000 --- a/usr.bin/make/Makefile.dist +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ -# a simple makefile to help builds on !FreeBSD systems -pmake: - @echo 'make started.' - cc -D__dead2="" -D__unused="" -Darc4random=random -D__FBSDID="static const char *id=" -DDEFSHELLNAME=\"sh\" -I. -c *.c - cc *.o -o pmake - @echo 'make completed.' - -clean: - @rm -f *.o pmake |
