File:  [CSRG BSD Unix] / 43BSD / contrib / np100 / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

OBJS = npload npdump

all: $(OBJS)

install: all
	for j in $(OBJS); do install -c -s $$j $(DESTDIR)/etc; done;
	cp np.image $(DESTDIR)/etc

clean:
	rm -f $(OBJS)

npload: npload.c
	cc -o npload npload.c

npdump: npdump.c
	cc -o npdump npdump.c

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.