|
|
1.1 ! root 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) 6/21/87 ! 7: # ! 8: CFLAGS= -O ! 9: LIBC= /lib/libc.a ! 10: SRCS= tmac.an tmac.an.new tmac.an6n tmac.an6t ! 11: ! 12: all: ! 13: ! 14: install: 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: ! 19: clean: ! 20: depend: ! 21: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.