173265Simp# $FreeBSD$
2174480Simp# a simple makefile to help builds on !FreeBSD systems
31590Srgrimespmake:
41590Srgrimes	@echo 'make started.'
5176785Simp	cc -D__dead2="" -D__unused="" -Darc4random=random -D__FBSDID="static const char *id=" -DDEFSHELLNAME=\"sh\" -I. -c *.c
6141115Sharti	cc *.o -o pmake
71590Srgrimes	@echo 'make completed.'
8174480Simp
9174480Simpclean:
10174480Simp	@rm -f *.o pmake
11