11 lines
196 B
Makefile
11 lines
196 B
Makefile
# Makefile for defunct man page archive. As long as the SCCS
|
|
# histories are in SCCS, this dir can remain empty. No sense
|
|
# wasting the disk space.
|
|
|
|
.DEFAULT:
|
|
|
|
all:
|
|
|
|
clean:
|
|
/bin/rm -f *.[1-8]*
|