Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

23 lines
253 B
Makefile

#
# @(#)Makefile 1.1 92/07/30 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: