[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / tmac

File: [local] / src / share / tmac / Makefile (download)

Revision 1.5, Tue Apr 11 20:13:11 2000 UTC (24 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.4: +2 -3 lines

Do the mdoc/doc -> tmac.doc linking in the correct subdir.

#	$OpenBSD: Makefile,v 1.5 2000/04/11 20:13:11 millert Exp $
#	from: @(#)Makefile	6.13 (Berkeley) 3/20/91

BINDIR= /usr/share
FILES=	tmac.andoc
LINKS=	${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
NOOBJ=	noobj

SUBDIR=	mdoc

all clean cleandir depend lint tags:

realinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
		${DESTDIR}${BINDIR}/tmac

.include <bsd.prog.mk>