Home | History | Annotate | Line # | Download | only in hooks
      1  1.3  thorpej #	$NetBSD: Makefile,v 1.3 2024/03/30 16:47:55 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej NOOBJ=	# defined
      4  1.1  thorpej 
      5  1.1  thorpej .include <bsd.own.mk>
      6  1.1  thorpej 
      7  1.1  thorpej .if ${MKSHARE} != "no"
      8  1.1  thorpej FILES=	99-ucom-symlinks
      9  1.3  thorpej FILES+=	99-ugen-perms-minipro
     10  1.2  thorpej FILES+=	99-ugen-perms-tigard
     11  1.1  thorpej FILESDIR=/usr/share/examples/devpubd/hooks
     12  1.1  thorpej .endif
     13  1.1  thorpej 
     14  1.1  thorpej .include <bsd.prog.mk>
     15