$OpenBSD: patch-makefile,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $ --- makefile.orig Fri Dec 7 14:49:02 2007 +++ makefile Fri Dec 7 14:49:30 2007 @@ -63,11 +63,6 @@ $(OBJ_DIR)/xevil:: # Could also include serverping in the distribution $(OBJ_DIR)/xevil$(VERSION).$(PCKG_NAME).tar.Z:: - cp readme.txt $(OBJ_DIR) - cp gpl.txt $(OBJ_DIR) - cp -r instructions $(OBJ_DIR) - (cd $(OBJ_DIR); tar cf xevil$(VERSION).$(PCKG_NAME).tar xevil readme.txt gpl.txt instructions) - (cd $(OBJ_DIR); $(COMPRESS) -f xevil$(VERSION).$(PCKG_NAME).tar) ## Make a distribution file. #dist: