freebsd_amp_hwpstate/games/x11/xneko/Makefile

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>