blob: 0d8b5fafa546ad11a250a3a6c7aed4fb33086559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# from: @(#)Makefile 6.13 (Berkeley) 3/20/91
# $Id: Makefile,v 1.2 1996/09/03 22:51:15 etheisen Exp $
BINDIR= /usr/share
FILES= tmac.andoc
LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
NOOBJ= noobj
SUBDIR= mdoc
# old macros not currently installed...
OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
all clean cleandir depend lint tags:
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/tmac
.include <bsd.prog.mk>
|