|
|
1.1 root 1: # Makefile for ps for 386 COHERENT
2: #
3: # La Monte H. Yarroll <[email protected]>, November 1991
4:
5: DESTDIR=/
6: LIB=/usr/local/lib
7:
8: TARGETS=nps
9: OBJECTS=nps.o mem.o print.o proc.o user.o
10: SOURCES=mem.c nps.c print.c proc.c user.c
11:
12: AR=ar
13: RANLIB=ranlib
14: INCLUDE=
15: LIBS=
16: CFLAGS=$(INCLUDE)
17:
18: all: $(TARGETS)
19: @true # nop
20:
21: nps: $(OBJECTS)
22: $(CC) -o nps $(OBJECTS) $(LIBS)
23:
24: clean:
25: rm -f $(OBJECTS) core
26:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.