add map3270, change cp to install, set owner/groups/modes correctly
[unix-history] / usr / src / share / tmac / Makefile
CommitLineData
e7842ff9 1#
ae2d3983 2# Copyright (c) 1987 Regents of the University of California.
e7842ff9
KM
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
ae2d3983 6# @(#)Makefile 6.3 (Berkeley) %G%
e7842ff9 7#
ae2d3983
KB
8CFLAGS= -O
9LIBC= /lib/libc.a
e7842ff9
KM
10SRCS= tmac.an tmac.an.new tmac.an6n tmac.an6t
11
ae2d3983 12all:
e7842ff9 13
ae2d3983
KB
14install: FRC
15 for i in ${SRCS}; do \
16 (install -c -o bin -g bin -m 644 $$i ${DESTDIR}/usr/lib/tmac/$$i); \
17 done
e7842ff9
KM
18
19clean:
ae2d3983
KB
20depend:
21FRC: