summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile.dist
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/Makefile.dist')
-rw-r--r--usr.bin/make/Makefile.dist10
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 8823d74..0000000
--- 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
OpenPOWER on IntegriCloud