freebsd-dev/games/x11/xroach/Makefile
Jordan K. Hubbard fe6b5813bb Yow! Something highly bogus happened with the previous commit or
patch and I only just noticed.  Fix things to include Makefile.inc correctly.
1994-09-11 07:29:55 +00:00

12 lines
260 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/8/93
PROG= xroach
MAN6= xroach.6
CFLAGS+= -I${.CURDIR}/bitmaps -I${X11BASE}/include
DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
LDDESTDIR+= -L${X11BASE}/lib
LDADD+= -lX11 -lm
.include "../../Makefile.inc"
.include <bsd.prog.mk>