1 2 3 4 5 6 7 8 9 10 11
# @(#)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>