Files
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

23 lines
253 B
Makefile

#
# @(#)Makefile 1.1 94/10/31 SMI;
# Include files for libonline.a.
#
.DEFAULT:
sccs get -G$@ $@
LIBUTIL = libonline.h probe_sundiag.h
LIBXDR = dtm_tcm.h tcm_dtm.h
all: $(LIBUTIL) $(LIBXDR)
install: all
clean:
lint:
info: FRC
sccs info
FRC: