freebsd-dev/games/x11/xneko/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
238 B
Makefile

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