# $XConsortium: make.include,v 5.1 91/02/16 10:04:32 rws Exp $
# Makefile for include files

SRC = pdt.h wdt.h
	
src: $(SRC)

copy:
	cp $(SRC) $(DESTDIR)

