Home | History | Annotate | Line # | Download | only in Xextmodule
      1 #	$NetBSD: Makefile,v 1.1.1.1 2016/06/10 03:42:13 mrg Exp $
      2 
      3 LIBISPRIVATE=	yes
      4 LIB=		Xextmodule
      5 
      6 COPTS+=	${PICFLAGS}
      7 
      8 .include "../../Makefile.serverlib"
      9 .include "../Makefile.Xextmodule"
     10 
     11 SRCS=	${SRCS.Xextmodule} shape.c ${SRCS.Xext}
     12 
     13 .include "../Makefile.Xext"
     14