#	4.1	Makefile	87/11/23
DESTROOT=
TARGET=/usr/new/doc
all:;

install:
	@install -c cpm.1 ${DESTROOT}${TARGET}/cpm.1

clean:;
clobber: clean
	@rm -f Makefile cpm.*	

sccsget:
		@sccs get -s SCCS

sccsinfo:
		@sccs info
