f30d42f081
It graphs information using Athena stripchart widgets. PR: ports/72013 Submitted by: J.R. Oldroyd <fbsd@opal.com>
20 lines
453 B
Text
20 lines
453 B
Text
diff -c Imakefile.orig Imakefile
|
|
*** Imakefile.orig Tue Feb 1 02:11:24 2000
|
|
--- Imakefile Tue Aug 3 10:02:12 2004
|
|
***************
|
|
*** 15,21 ****
|
|
|
|
ComplexProgramTarget(pload)
|
|
|
|
! distclean: clean
|
|
$(RM) Makefile osdefs.mk core \
|
|
pload-$(VER).tar.gz \
|
|
pload-$(VER)-1.i386.rpm \
|
|
--- 15,21 ----
|
|
|
|
ComplexProgramTarget(pload)
|
|
|
|
! distclean:: clean
|
|
$(RM) Makefile osdefs.mk core \
|
|
pload-$(VER).tar.gz \
|
|
pload-$(VER)-1.i386.rpm \
|