|
|
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 5.2 (Berkeley) 6/19/87
7: #
8: CFLAGS= -O
9: LIBC= /lib/libc.a
10: SRCS=
11: OBJS=
12:
13: all: libg.a
14:
15: libg.a: dbxxx.s
16: ${AS} dbxxx.s -o $@
17:
18: clean: FRC
19: rm -f ${OBJS} core libg.a
20:
21: install: FRC
22: install -o bin -g bin -m 644 libg.a ${DESTDIR}/usr/lib/libg.a
23:
24: depend:
25: lint:
26: tags:
27: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.