1# @(#)Makefile 8.1 (Berkeley) 05/31/93 2 3PROG= ching.phx 4CFLAGS+=-I${.CURDIR}/.. 5BINDIR= /usr/games 6NOMAN= noman 7 8.include <bsd.prog.mk> 9