diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 1999-12-10 09:43:02 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:04:47 -0500 |
commit | 166c5a397e16e97b7a533ba8f6e89019af4faa17 (patch) | |
tree | 44811e6cda7b30fc2e96465f62416ae705de84f9 /scripts/makefile.sunos | |
parent | 074af5e9caf8035318c93ec309ec59109014e209 (diff) | |
download | libpng-166c5a397e16e97b7a533ba8f6e89019af4faa17.tar.gz |
Imported from libpng-1.0.5h.tarv1.0.5h
Diffstat (limited to 'scripts/makefile.sunos')
-rw-r--r-- | scripts/makefile.sunos | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/makefile.sunos b/scripts/makefile.sunos index f2ce329dc..220393153 100644 --- a/scripts/makefile.sunos +++ b/scripts/makefile.sunos @@ -51,6 +51,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 |