Home | History | Annotate | Line # | Download | only in iceauth
      1 #	$NetBSD: Makefile,v 1.5 2024/07/04 01:02:24 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	iceauth
      6 SRCS=	iceauth.c process.c
      7 
      8 LDADD+=	-lICE
      9 DPADD+=	${LIBICE}
     10 
     11 CPPFLAGS+=	-DHAVE_REALLOCARRAY
     12 
     13 .PATH:	${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
     14 
     15 .include "../../xorg-pkg-ver.mk"
     16 
     17 .include <bsd.x11.mk>
     18 .include <bsd.prog.mk>
     19