1# 2# Copyright (c) 1987 Regents of the University of California. 3# All rights reserved. The Berkeley software License Agreement 4# specifies the terms and conditions for redistribution. 5# 6# @(#)Makefile 6.3 (Berkeley) 06/21/87 7# 8CFLAGS= -O 9LIBC= /lib/libc.a 10SRCS= tmac.an tmac.an.new tmac.an6n tmac.an6t 11 12all: 13 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 18 19clean: 20depend: 21FRC: 22