1 # $NetBSD: Makefile,v 1.6 2025/03/09 06:03:51 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 LIB= Xau 6 .PATH: ${X11SRCDIR.${LIB}} 7 .PATH: ${X11SRCDIR.${LIB}}/man 8 .PATH: ${X11SRCDIR.${LIB}}/include/X11 9 10 SRCS= AuDispose.c AuFileName.c AuGetAddr.c AuGetBest.c AuLock.c \ 11 AuRead.c AuUnlock.c AuWrite.c 12 13 INCS= Xauth.h 14 INCSDIR=${X11INCDIR}/X11 15 16 CPPFLAGS+= ${X11FLAGS.THREADLIB} 17 CPPFLAGS+= -DHAVE_EXPLICIT_MEMSET -DHAVE_PATHCONF -DHAVE_UNISTD_H 18 19 MAN= Xau.3 20 MLINKS= Xau.3 XauDisposeAuth.3 \ 21 Xau.3 XauFileName.3 \ 22 Xau.3 XauGetAuthByAddr.3 \ 23 Xau.3 XauGetBestAuthByAddr.3 \ 24 Xau.3 XauLockAuth.3 \ 25 Xau.3 XauReadAuth.3 \ 26 Xau.3 XauUnlockAuth.3 \ 27 Xau.3 XauWriteAuth.3 28 29 PKGDIST= ${LIB} 30 31 # libXaw 1.0.7 has 'spec' subdir with docs, maybe install them? 32 33 .include <bsd.x11.mk> 34 .include <bsd.lib.mk> 35