# $Source: /hpux/shared/supp//usr/src/cmd/text/./ms.d/makefile,v $
# $Revision: 72.1 $

# Common makefile for the script endnote which is useful for text formatting
# (only called when on a 300)

default:    endnote

endnote:
	cp endnote.sh endnote

clean:

clobber: clean
	/usr/bin/rm -f endnote
