1 # $NetBSD: Makefile,v 1.3 2024/03/30 16:47:55 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-minipro 10 FILES+= 99-ugen-perms-tigard 11 FILESDIR=/usr/share/examples/devpubd/hooks 12 .endif 13 14 .include <bsd.prog.mk> 15