1 # $NetBSD: Makefile,v 1.2 2024/03/30 06:42:10 thorpej Exp $ 2 3 NOOBJ= # defined 4 5 .include <bsd.own.mk> 6 7 .if ${MKSHARE} != "no" 8 FILES= 99-ucom-symlinks 9 FILES+= 99-ugen-perms-tigard 10 FILESDIR=/usr/share/examples/devpubd/hooks 11 .endif 12 13 .include <bsd.prog.mk> 14