diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-05 17:46:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-05 17:46:18 +0000 |
commit | 7ed7680c12c1746ff82680aa6a08ea22afae9ac5 (patch) | |
tree | 027d790fe3f3cf91a77cb5de56fe4aa4538dea10 /graphics/vertex/files/patch-Makefile.srclist | |
parent | Update to 0.8.9. (diff) |
Update to 0.1.6.
Notes
Notes:
svn path=/head/; revision=48478
Diffstat (limited to 'graphics/vertex/files/patch-Makefile.srclist')
-rw-r--r-- | graphics/vertex/files/patch-Makefile.srclist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/vertex/files/patch-Makefile.srclist b/graphics/vertex/files/patch-Makefile.srclist new file mode 100644 index 000000000000..3e7031f3ffa2 --- /dev/null +++ b/graphics/vertex/files/patch-Makefile.srclist @@ -0,0 +1,12 @@ + +$FreeBSD$ + +--- Makefile.srclist.orig Fri Sep 14 01:36:54 2001 ++++ Makefile.srclist Fri Oct 5 20:14:43 2001 +@@ -34,3 +34,6 @@ + vpiinternal.c vpiinternalfio.c + SRC_CPP = disk.cpp fio.cpp prochandle.cpp strexp.cpp string.cpp tga.cpp \ + tgadither.cpp ++ ++srclist: ++ @echo ${HDR} ${SRC_C} ${SRC_CPP} |