diff options
Diffstat (limited to 'scripts/makefile.hpux')
-rw-r--r-- | scripts/makefile.hpux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/makefile.hpux b/scripts/makefile.hpux index 780bfe5db..1a98fdd3e 100644 --- a/scripts/makefile.hpux +++ b/scripts/makefile.hpux @@ -47,6 +47,10 @@ install: libpng.a clean: rm -f *.o libpng.a pngtest pngout.png +DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO +writelock: + chmod a-w *.[ch35] $(DOCS) scripts/* + # DO NOT DELETE THIS LINE -- make depend depends on it. png.o: png.h pngconf.h |