#
# 5799-WZQ (C) COPYRIGHT = NONE
# LICENSED MATERIALS - PROPERTY OF IBM
#
# $Header:Makefile 12.0$ 
# $ACIS:Makefile 12.0$ 
# $Source: /ibm/acis/usr/src/usr.lib/man/RCS/Makefile,v $ 

#
# Copyright (c) 1985 Regents of the University of California.
# All rights reserved.  The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
#	@(#)Makefile	6.2 (Berkeley) 5/28/85
#
#
#  Makefile for -man macros
#

SRCS=	tmac.an tmac.an.new tmac.an6n tmac.an6t

all:	${SRCS}

install:${SRCS}
	for i in ${SRCS}; do (install -c -m 444 $$i ${DESTDIR}/usr/lib/tmac/$$i); done

clean:
