config root man

Current Path : /usr/src/usr.bin/make/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/usr.bin/make/Makefile.dist

# $FreeBSD: release/9.1.0/usr.bin/make/Makefile.dist 176785 2008-03-04 05:35:27Z imp $
# 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

Man Man