1 1.1 christos # $NetBSD: Makefile,v 1.1 2016/01/13 19:02:01 christos Exp $ 2 1.1 christos 3 1.1 christos SUBDIR= examples momdoc 4 1.1 christos DIST_SUBDIR= contrib/mom 5 1.1 christos 6 1.1 christos .include <bsd.init.mk> 7 1.1 christos 8 1.1 christos TMACOWN?= ${BINOWN} 9 1.1 christos TMACGRP?= ${BINGRP} 10 1.1 christos TMACMODE?= ${NOBINMODE} 11 1.1 christos # XXX: next depends on ../src/include/defs.h 12 1.1 christos TMACDIR?= /usr/share/tmac 13 1.1 christos 14 1.1 christos NORMALFILES= mom.tmac om.tmac 15 1.1 christos MAN= groff_mom.7 16 1.1 christos 17 1.1 christos .include <bsd.own.mk> 18 1.1 christos 19 1.1 christos .if ${MKSHARE} != "no" 20 1.1 christos FILESDIR= ${TMACDIR} 21 1.1 christos FILES+= ${NORMALFILES} 22 1.1 christos .endif 23 1.1 christos 24 1.1 christos CLEANFILES+= groff_mom.7 25 1.1 christos 26 1.1 christos .include <bsd.prog.mk> 27 1.1 christos .include <bsd.subdir.mk> 28