Home | History | Annotate | Line # | Download | only in hooks
Makefile revision 1.2
      1  1.2  thorpej #	$NetBSD: Makefile,v 1.2 2024/03/30 06:42:10 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.2  thorpej FILES+=	99-ugen-perms-tigard
     10  1.1  thorpej FILESDIR=/usr/share/examples/devpubd/hooks
     11  1.1  thorpej .endif
     12  1.1  thorpej 
     13  1.1  thorpej .include <bsd.prog.mk>
     14