modern syntax for inits. When ANSI cpp comes will need more work.
[unix-history] / usr / src / share / tmac / Makefile
CommitLineData
e7842ff9
KM
1#
2# Copyright (c) 1985 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
29a3b137 6# @(#)Makefile 6.2 (Berkeley) %G%
e7842ff9
KM
7#
8#
9# Makefile for -man macros
10#
11
12SRCS= tmac.an tmac.an.new tmac.an6n tmac.an6t
13
14all: ${SRCS}
15
16install:${SRCS}
29a3b137 17 for i in ${SRCS}; do (install -c $$i ${DESTDIR}/usr/lib/tmac/$$i); done
e7842ff9
KM
18
19clean: